Back to Devexpress

BrushObject.GetPen(Single) Method

corelibraries-devexpress-dot-xtragauges-dot-core-dot-drawing-dot-brushobject-dot-getpen-x28-system-dot-single-x29.md

latest1.3 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public DXPen GetPen(
    float width
)
vb
Public Function GetPen(
    width As Single
) As DXPen

Parameters

NameTypeDescription
widthSingle

A Single value that identifies the pen’s width.

|

Returns

Type
DXPen

See Also

BrushObject Class

BrushObject Members

DevExpress.XtraGauges.Core.Drawing Namespace