[]
Defines an object used to draw lines and curves. This class is abstract.
public abstract class PenEx : ICloneable, IDisposable
| Name | Description |
|---|---|
| PenEx() |
| Name | Description |
|---|---|
| Alignment | Gets or sets the alignment for this PenEx object. |
| Color | Gets or sets the color of this PenEx object. |
| DashCap | Gets or sets the cap style used at the beginning and the end of the dashes that make up dashed lines drawn with this PenEx object. |
| DashPattern | Gets or sets an array of custom dashes and spaces used for dashed lines drawn with this PenEx object. |
| DashStyle | Gets or sets the style used for dashed lines drawn with this PenEx object. |
| EndCap | Gets or sets the cap style used at the end of lines drawn with this PenEx object. |
| LineJoin | Gets or sets the join style for the ends of two consecutive lines drawn with this Pen. |
| StartCap | Gets or sets the cap style used at the beginning of lines drawn with this PenEx object. |
| Width | Gets or sets the width of this PenEx object. |
| Name | Description |
|---|---|
| Clone() | Creates an exact copy of this PenEx object. |
| Dispose() | Releases resources. |