Class LPGDIPlusProperties.TLPGPPen
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(14 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''' GPPen : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 44: | Line 44: | ||
*[[Property LPGDIPlusProperties.TLPGPPen.LineJoin|LineJoin]] - Specifies the line join for this Pen object. | *[[Property LPGDIPlusProperties.TLPGPPen.LineJoin|LineJoin]] - Specifies the line join for this Pen object. | ||
*[[Property LPGDIPlusProperties.TLPGPPen.Compound|Compound]] - Specifies the compound settings of the pen. | *[[Property LPGDIPlusProperties.TLPGPPen.Compound|Compound]] - Specifies the compound settings of the pen. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPGDIPlusProperties.TLPGPPen.GetGPPen(TGPRectF) : IGPPen|function GetGPPen(ARect : TGPRectF) : IGPPen]] | ||
+ | *[[Method function LPGDIPlusProperties.TLPGPPen.GetGPPenInt(TGPRectF;Single) : IGPPen|function GetGPPenInt(ARect : TGPRectF; AValue : Single) : IGPPen]] | ||
[[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 TLPGPPen = class( TLPPersistentNotify )
C++ Builder:
class TLPGPPen : public TLPPersistentNotify
Visual C++ (MFC):
class CTLPGPPen : public CTLPPersistentNotify
C# (.NET):
public ref class GPPen : Vcl.VclProperty
Summary
GDI+ pen properties class.
Description
Defines a GDI+ pen properties class.
Properties
Published
- Brush - Specifies the brush settings of the pen.
- Width - Specifies the width of the pen.
- Alignment - Specifies the alignment for this Pen object relative to the line.
- MiterLimit - Specifies the miter limit of this Pen object.
- DashStyle - Specifies the dash style for this Pen object.
- LineJoin - Specifies the line join for this Pen object.
- Compound - Specifies the compound settings of the pen.