GDI Plus Brush Foundation Class
Visual Studio 2005
The gpBrush class is the abstract base class for all brush classes (for example, the gpSolidBrush and gpHatchBrush classes).
| Category | Reporting |
|---|---|
| Default Catalog | Visual FoxPro Catalog\Foundation Classes\Output\GDIplus |
| Class | gpBrush |
| Base Class | Custom |
| Class Library | _GDIPLUS.vcx |
| Parent Class | gpObject (GDI Plus Object Foundation Class) |
This class adds no new properties or methods to the set exposed by its parent, gpObject. It implements the Clone method.
| Properties and methods | Description |
|---|---|
| Clone Method | Clones a brush object. A new GDI+ brush object is created of the same type and with the same property values as the source object. Syntax: ? THIS.Clone(toBrush) Return Values: Logical, representing success or failure. Parameters: toBrush, required, the brush object to clone. |