DXPen Members
In This Article
#Constructors
Name | Description |
---|---|
DXPen |
Initializes a new instance of the DXPen class with specified settings. |
DXPen |
Initializes a new instance of the DXPen class with specified settings. |
DXPen |
Initializes a new instance of the DXPen class with specified settings. |
DXPen |
Initializes a new instance of the DXPen class with specified settings. |
DXPen |
Initializes a new instance of the DXPen class with specified settings. |
#Properties
Name | Description |
---|---|
Brush | Gets or sets the brush that determines the pen attributes. |
Color | Gets the pen color. |
Custom |
Gets or sets a custom cap to use at the line end. |
Custom |
Gets or sets a custom cap to use at the line start. |
Dash |
Gets or sets the cap style used at the dash end. |
Dash |
Gets or sets the distance between the start of a line to the start of a dash pattern. |
Dash |
Gets or sets an array of custom dashes and spaces. |
Dash |
Gets or sets the style applied to dashed lines. |
End |
Gets or sets the cap style applied to the end of lines. |
Line |
Gets or sets the join style for the ends of two consecutive lines. |
Miter |
Gets or sets the limit of the thickness of the join on a mitered corner. |
Pen |
Obtains the type of lines the DXPen draws.
|
Start |
Gets or sets the cap style applied to the line start. |
Width | Gets or sets the width of the pen. |
#Methods
Name | Description |
---|---|
Clone() |
Clones the current DXPen object.
|
Dispose() |
Disposes of the DXPen instance.
|
Equals |
Determines whether the specified DXPen object is equal to the current DXPen instance.
|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current DXPen instance.
|
Get |
Gets the hash code for the DXPen .
|
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also