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) |
Remarks
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:
Return Values: Logical, representing success or failure. Parameters:В toBrush, required, the brush object to clone. |