Class LPGDIPlusProperties.TLPGPOptionalMultiPen
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 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''' GPOptionalMultiPen : [[Class LPGDIPlusProperties.TLPGPOptionalPen|Mitov.SignalLab.GPOptionalPen]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 47: | Line 47: | ||
=== Published === | === Published === | ||
*[[Property LPGDIPlusProperties.TLPGPOptionalPen.Enabled|Enabled]] - Enables or disables the pen. | *[[Property LPGDIPlusProperties.TLPGPOptionalPen.Enabled|Enabled]] - Enables or disables the pen. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method procedure LPGDIPlusProperties.TLPGPOptionalPen.SetEnabledDefault(Boolean)|procedure SetEnabledDefault(AValue : Boolean)]] | ||
== From [[Class LPGDIPlusProperties.TLPGPPen|TLPGPPen]] == | == From [[Class LPGDIPlusProperties.TLPGPPen|TLPGPPen]] == |
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: TLPGPOptionalPen
Contents |
Syntax
Delphi:
type TLPGPOptionalMultiPen = class( TLPGPOptionalPen )
C++ Builder:
class TLPGPOptionalMultiPen : public TLPGPOptionalPen
Visual C++ (MFC):
class CTLPGPOptionalMultiPen : public CTLPGPOptionalPen
C# (.NET):
public ref class GPOptionalMultiPen : Mitov.SignalLab.GPOptionalPen
Summary
Optional multipen settings.
Description
Defines optional multipen settings class. The multipen has additional pens that will be used to draw on top of the drawing with the pen.
Properties
Published
- AdditionalPens - Collection of additional optional pens.
From TLPGPOptionalPen
Properties
Published
- Enabled - Enables or disables the pen.
Methods
Public
From TLPGPPen
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.