Class IGDIPlus.TGPSolidBrush
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
Inherits: TGPBrush
Contents |
Syntax
Delphi:
type TGPSolidBrush = class( TGPBrush, IGPSolidBrush )
C++ Builder:
class TGPSolidBrush : public TGPBrush
Visual C++ (MFC):
class CTGPSolidBrush : public CTGPBrush
C# (.NET):
public ref class TGPSolidBrush : Mitov.SignalLab.Brush
Summary
Defines a solid color Brush object.
Description
The TGPSolidBrush class defines a solid color Brush object. A Brush object is used to fill in shapes similar to the way a paint brush can paint the inside of a shape. This class inherits from the Brush abstract base class.