|
My Project
|
The CGDISolidBrush class defines a solid color CGDIBrush object. More...
#include <GDIBrush.h>
Public Member Functions | |
| CGDISolidBrush (const Color &color) | |
| Color | GetColor () const |
| void | SetColor (const Color &color) |
Public Member Functions inherited from ParaEngine::CGDIBrush | |
| virtual int | GetBrushType () const |
| virtual CGDIBrush * | Clone () const |
| void | SetTexture (TextureEntity *pTex) |
| TextureEntity * | GetTexture () const |
| void | GetRect (RECT *rect) const |
| CGDIBrush & | operator= (const CGDIBrush &brush) |
| bool | operator== (const CGDIBrush &brush) |
Protected Attributes | |
| Color | m_color |
Protected Attributes inherited from ParaEngine::CGDIBrush | |
| TextureEntity * | m_pTexture |
| RECT | m_rect |
| int | m_eType |
The CGDISolidBrush class defines a solid color CGDIBrush object.
A CGDIBrush object is used to fill in shapes similar to the way a paint brush can paint the inside of a shape. This class inherits from the CGDIBrush abstract base class.
1.8.12