Interface IGDIPlus.IGPSolidBrush
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: IGPBrush
Contents |
Syntax
Delphi:
type IGPSolidBrush = interface( IGPBrush )
Summary
Interface to a TGPSolidBrush object.
Description
Defines interface to a TGPSolidBrush object.
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.
Properties
- Color - Sets or gets the color of this solid brush.
Methods
- function GetColor() : TGPColor - Returns the color of this solid brush.
- function SetColor(color : TGPColor) : TGPSolidBrush - Sets the color of this solid brush.
- procedure SetColorProp(color : TGPColor)