Back to Devexpress

DXGraphicsPath Constructors

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

latest1.3 KB
Original Source

DXGraphicsPath Constructors

Defines a series of connected lines and curves.

NameParametersDescription
DXGraphicsPath(DXFillMode)fillModeInitializes a new instance of the DXGraphicsPath class with specified settings.
DXGraphicsPath(DXGraphicsPathData)pathDataInitializes a new instance of the DXGraphicsPath class with specified settings.
DXGraphicsPath(IReadOnlyList<PointF>, IReadOnlyList<DXPathPointType>, DXFillMode)points, types, fillModeInitializes a new instance of the DXGraphicsPath class with specified settings.

See Also

DXGraphicsPath Class

DXGraphicsPath Members

DevExpress.Drawing Namespace