Class LPGDIPlusProperties.TLPGPBrush
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(10 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
</span></b> | </span></b> | ||
− | '''Package:''' [[Package | + | '''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]] |
'''Unit:''' [[Unit LPGDIPlusProperties|LPGDIPlusProperties]] | '''Unit:''' [[Unit LPGDIPlusProperties|LPGDIPlusProperties]] | ||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' GPBrush : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 51: | Line 51: | ||
=== Public === | === Public === | ||
*[[Method function LPGDIPlusProperties.TLPGPBrush.GetGPBrush(TGPRectF) : IGPBrush|function GetGPBrush(ARect : TGPRectF) : IGPBrush]] | *[[Method function LPGDIPlusProperties.TLPGPBrush.GetGPBrush(TGPRectF) : IGPBrush|function GetGPBrush(ARect : TGPRectF) : IGPBrush]] | ||
+ | *[[Method procedure LPGDIPlusProperties.TLPGPBrush.SetColorDefault(TGPColor)|procedure SetColorDefault(AValue : TGPColor)]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:29, 26 June 2013
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.