Inheritance diagram for color_painter:

Public Types | |
| typedef LOGBRUSH | param0 |
| typedef LOGPEN | param1 |
Public Member Functions | |
| color_painter (LOGBRUSH brush) | |
| color_painter (LOGBRUSH brush, LOGPEN pen) | |
| color_painter * | clone () const |
| void | draw (HDC hDC, int cx, int cy) |
| bool | is_opaque (int cx, int cy) const |
| void | brush (LOGBRUSH brush) |
| LOGBRUSH | brush () const |
| void | pen (LOGPEN pen) |
| LOGPEN | pen () const |
Static Public Member Functions | |
| LOGBRUSH | make_brush (COLORREF cr=GetSysColor(COLOR_WINDOW), unsigned style=BS_SOLID, long hatch=0) |
| LOGPEN | make_pen (COLORREF cr=GetSysColor(COLOR_WINDOWTEXT), unsigned style=PS_SOLID, unsigned width=1) |
|
|
Returns the brush used to fill the rectangle.
|
|
|
Sets the brush used to fill the rectangle.
|
|
||||||||||||||||
|
Creates a LOGBRUSH.
|
|
||||||||||||||||
|
Creates a LOGPEN.
|
|
|
Returns the pen used to draw the frame of the rectangle.
|
|
|
Sets the pen used to draw the frame of the rectangle.
|
|
by Steven Weiss. You can contact me at steven11@gmx.de. |