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

The CGDISolidBrush class defines a solid color CGDIBrush object. More...

#include <GDIBrush.h>

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

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 CGDIBrushClone () const
 
void SetTexture (TextureEntity *pTex)
 
TextureEntityGetTexture () const
 
void GetRect (RECT *rect) const
 
CGDIBrushoperator= (const CGDIBrush &brush)
 
bool operator== (const CGDIBrush &brush)
 

Protected Attributes

Color m_color
 
- Protected Attributes inherited from ParaEngine::CGDIBrush
TextureEntitym_pTexture
 
RECT m_rect
 
int m_eType
 

Detailed Description

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.


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