Brush class (gdiplusbrush.h)
The Brush class is an abstract base class that defines a Brush object. A Brush object is used to paint the interior of graphics shapes, such as rectangles, ellipses, pies, polygons, and paths.
The Brush class implements GdiplusBase.
The Brush class has these methods.
Brush::Clone The Brush::Clone method creates a new Brush object based on this brush. |
Brush::GetLastStatus The Brush::GetLastStatus method returns a value that indicates the nature of this Brush object's most recent method failure. |
Brush::GetType The Brush::GetType method gets the type of this brush. |
Requirement | Value |
---|---|
Target Platform | Windows |
Header | gdiplusbrush.h |