The Pen type exposes the following members.
Name | Description | |
---|---|---|
Pen | Overloaded. Constructs new Pen class instance. |
Name | Description | |
---|---|---|
Clone |
Creates a full copy of this Pen object. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToGdiplusPen |
Converts the pen to System.Drawing.Pen class. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Implicit | Overloaded. Casts an instance of Aurigma.GraphicsMill.Drawing.Pen to System.Drawing.Pen or vice versa. |
Name | Description | |
---|---|---|
Alignment |
Gets/sets pen alignment. |
|
Color |
Gets/sets pen color. |
|
DashStyle |
Gets/sets style used for dashed lines drawn with this pen. |
|
Empty |
Returns an empty pen (which does not outline anything). |
|
EndCap |
Gets/sets a value specifying what cap to use at the end of lines drawn with this pen. |
|
IsEmpty |
Indicates if the pen is empty. |
|
LineJoin |
Gets/sets the join style for the ends of two consecutive lines drawn with this pen. |
|
MiterLimit |
Gets/sets the limit of the thickness of the join on a mitered corner. |
|
StartCap |
Gets/sets a value specifying what cap to use at the beginning of lines drawn with this pen. |
|
Width |
Gets/sets pen width. |