Class LPGDIPlusProperties.TLPGPBrush
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: Mitov.BasicLab
Unit: LPGDIPlusProperties
Inherits: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TLPGPBrush = class( TLPPersistentNotify )
C++ Builder:
class TLPGPBrush : public TLPPersistentNotify
Visual C++ (MFC):
class CTLPGPBrush : public CTLPPersistentNotify
C# (.NET):
public ref class GPBrush : Vcl.VclProperty
Summary
GDI+ brush properties class.
Description
Defines a GDI+ brush properties class.
Properties
Published
- BrushType - Specifies the brush type of the brush.
- Color - Specifies the color of the brush.
- Texture - Specifies the texture of the brush.
- Gradient - Specifies the gradient of the brush.
- Hatch - Specifies the hatch of the brush.
- Blend - Specifies the blend of the brush.
- InterpolationColors - Specifies the interpolation colors of the brush.
- WrapMode - Specifies the wrap mode of the brush.
- LinearGradientMode - Specifies the linear gradient mode for the brush.