Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
See Also
Reference
Visual FoxPro Foundation Classes A-Z
GDI Plus API Wrapper Foundation Classes