The Pen type exposes the following members.
Name | Description | |
---|---|---|
Pen | Overloaded. Constructs new Pen class instance. |
Name | Description | |
---|---|---|
Dispose |
Releases all resources used by this Pen. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToGdiPlusPen |
Gets the System.Drawing.Pen containing a copy of this Pen. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Explicit |
Converts the specified Aurigma.GraphicsMill.Drawing.Pen instance to a System.Drawing.Pen. |
|
Implicit |
Converts the specified System.Drawing.Pen instance to a Aurigma.GraphicsMill.Drawing.Pen. |
Name | Description | |
---|---|---|
Alignment |
Gets or sets the alignment for this Pen. |
|
Color |
Gets or sets the color of this Pen. |
|
DashStyle |
Gets or sets the style used for dashed lines drawn with this Pen. |
|
EndCap |
Gets or sets the cap style used at the end of lines drawn with this Pen. |
|
LineJoin |
Gets or sets the join style for the ends of two consecutive lines drawn with this Pen. |
|
MiterLimit |
Gets or sets the limit of the thickness of the join on a mitered corner. |
|
StartCap |
Gets or sets the cap style used at the beginning of lines drawn with this Pen. |
|
Width |
Gets or sets the width of this Pen. |