Interface IGDIPlus.IGPBrush
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Contents |
Syntax
Delphi:
type IGPBrush = interface
Summary
Interface to a TGPBrush object.
Description
Defines interface to a TGPBrush object.
The TGPBrush class is an abstract base class that defines a Brush object. A TGPBrush object is used to paint the interior of graphics shapes, such as rectangles, ellipses, pies, polygons, and paths.
Properties
- BrushType - Returns the type of this brush.
Methods
- function Clone() : TGPBrush - Creates a new TGPBrush object based on this brush.
- function GetType() : TGPBrushType - Returns the type of this brush.
- function GetNativeBrush() : GpBrush