Back to Devexpress

DXPen Constructors

corelibraries-devexpress-dot-drawing-dot-dxpen-dot-ctor.md

latest1.5 KB
Original Source

DXPen Constructors

Defines an object used to draw lines and curves.

NameParametersDescription
DXPen(DXBrush, Single)brush, widthInitializes a new instance of the DXPen class with specified settings.
DXPen(DXBrush)brushInitializes a new instance of the DXPen class with specified settings.
DXPen(Color, Single, DXLineCap)color, thickness, lineCapInitializes a new instance of the DXPen class with specified settings.
DXPen(Color, Single)color, widthInitializes a new instance of the DXPen class with specified settings.
DXPen(Color)colorInitializes a new instance of the DXPen class with specified settings.

See Also

DXPen Class

DXPen Members

DevExpress.Drawing Namespace