My Project
Public Member Functions | Protected Attributes | Friends | List of all members
ParaEngine::CGDIBrush Class Reference

CGDIBrush is an abstract base class that defines a CGDIBrush object. More...

#include <GDIBrush.h>

Inheritance diagram for ParaEngine::CGDIBrush:
ParaEngine::CGDISolidBrush ParaEngine::CGDITextureBrush

Public Member Functions

virtual int GetBrushType () const
 
virtual CGDIBrushClone () const
 
void SetTexture (TextureEntity *pTex)
 
TextureEntityGetTexture () const
 
void GetRect (RECT *rect) const
 
CGDIBrushoperator= (const CGDIBrush &brush)
 
bool operator== (const CGDIBrush &brush)
 

Protected Attributes

TextureEntitym_pTexture
 
RECT m_rect
 
int m_eType
 

Friends

class CGDIPen
 

Detailed Description

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


The documentation for this class was generated from the following files: