My Project
|
CGDIBrush is an abstract base class that defines a CGDIBrush object. More...
#include <GDIBrush.h>
Public Member Functions | |
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 | |
TextureEntity * | m_pTexture |
RECT | m_rect |
int | m_eType |
Friends | |
class | CGDIPen |
CGDIBrush is an abstract base class that defines a CGDIBrush object.
A CGDIBrush object is used to paint the interior of graphics shapes, such as rectangles, ellipses, pies, polyline, and paths