SolidBrush class (gdiplusbrush.h)
The SolidBrush class defines a solid color Brush object. A Brush 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 Brush abstract base class.
Inheritance
The SolidBrush class implements Brush.
Methods
The SolidBrush class has these methods.
SolidBrush::GetColor The SolidBrush::GetColor method gets the color of this solid brush. |
SolidBrush::SetColor The SolidBrush::SetColor method sets the color of this solid brush. |
SolidBrush::SolidBrush The SolidBrush::SolidBrush(IN const Color &) constructor (gdiplusbrush.h) creates a SolidBrush object based on a color. |
SolidBrush::SolidBrush Copy constructor for SolidBrush. |
SolidBrush::SolidBrush The SolidBrush::SolidBrush~r3 constructor (gdiplusbrush.h) creates a SolidBrush object based on a color. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | gdiplusbrush.h |