DXPen Constructors
Defines an object used to draw lines and curves.Name | Parameters | Description |
---|---|---|
DXPen |
brush, width | Initializes a new instance of the DXPen class with specified settings. |
DXPen |
brush | Initializes a new instance of the DXPen class with specified settings. |
DXPen |
color, thickness, line |
Initializes a new instance of the DXPen class with specified settings. |
DXPen |
color, width | Initializes a new instance of the DXPen class with specified settings. |
DXPen |
color | Initializes a new instance of the DXPen class with specified settings. |
See Also