Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXGraphicsPath Constructors

Defines a series of connected lines and curves.
Name Parameters Description
DXGraphicsPath(DXFillMode) fillMode Initializes a new instance of the DXGraphicsPath class with specified settings.
DXGraphicsPath(DXGraphicsPathData) pathData Initializes a new instance of the DXGraphicsPath class with specified settings.
DXGraphicsPath(IReadOnlyList<PointF>, IReadOnlyList<DXPathPointType>, DXFillMode) points, types, fillMode Initializes a new instance of the DXGraphicsPath class with specified settings.
See Also