DXPen(Color, Single) Constructor
Initializes a new instance of the DXPen class with specified settings.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| color | Color | The pen color. |
| width | Single | The pen width. |
See Also