|
sprint 1-alpha
|
A Brush object. More...
#include <Brush.h>
Public Member Functions | |
| CBrushT (HBRUSH hBrush=NULL) | |
| CBrushT (COLORREF col) | |
| CBrushT< t_bManaged > & | operator= (HBRUSH hBrush) |
| void | Attach (HBRUSH hBrush) |
| HBRUSH | Detach () |
| operator HBRUSH () const | |
| bool | IsNull () const |
| empty | |
| HBRUSH | CreateSolidBrush (COLORREF crColor) |
| HBRUSH | CreatePatternBrush (HBITMAP hBitmap) |
| HBRUSH | CreateSysColorBrush (int nIndex) |
| BOOL | DeleteObject () |
| int | GetLogBrush (LOGBRUSH *pLogBrush) const |
| Ritorna il LOGBRUSH usato per generare questo Brush. | |
| bool | GetLogBrush (LOGBRUSH &LogBrush) const |
| Ritorna il LOGBRUSH usato per generare questo Brush. | |
Public Attributes | |
| HBRUSH | m_hBrush |
A Brush object.
1.7.4