BrushObject.GetPen(Single) Method
Gets a System.Drawing.Pen object that is set up in the same manner as the current object.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
width | Single | A Single value that identifies the pen’s width. |
Returns
Type |
---|
DXPen |
See Also