[]
Represents the pen which always draw with solid line.
public sealed class SolidPen : Pen, IDisposable, ICloneable
Name | Description |
---|---|
SolidPen() | Initializes a new instance of the Pen class. |
SolidPen(Color) | Initializes a new instance of the Pen class. |
SolidPen(Color, int) | Initializes a new instance of the Pen class. |
SolidPen(Color, int, DashCap, LineJoin) | Initializes a new instance of the SolidPen class. |
Name | Description |
---|---|
Cap | Gets or sets the end caps style of the pen. |
Color | Gets or sets the color of the pen. |
Join | Gets or sets the join style of the pen. |
Width | Gets or sets the width of the pen. |
Name | Description |
---|---|
Clone() | Create a pen that has the same style as this pen. |