Class LPGDIPlusProperties.TLPGPBrush
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 46: | Line 46: | ||
*[[Property LPGDIPlusProperties.TLPGPBrush.WrapMode|WrapMode]] - Specifies the wrap mode of the brush. | *[[Property LPGDIPlusProperties.TLPGPBrush.WrapMode|WrapMode]] - Specifies the wrap mode of the brush. | ||
*[[Property LPGDIPlusProperties.TLPGPBrush.LinearGradientMode|LinearGradientMode]] - Specifies the linear gradient mode for the brush. | *[[Property LPGDIPlusProperties.TLPGPBrush.LinearGradientMode|LinearGradientMode]] - Specifies the linear gradient mode for the brush. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPGDIPlusProperties.TLPGPBrush.GetGPBrush(TGPRectF) : IGPBrush|function GetGPBrush(ARect : TGPRectF) : IGPBrush]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 17:17, 18 October 2012
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: 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 TLPGPBrush : 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.