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

DXGraphicsPathData Constructors

Contains graphical data
Name Parameters Description
DXGraphicsPathData() none Initializes a new instance of the DXGraphicsPathData class.
DXGraphicsPathData(IReadOnlyList<PointF>, IReadOnlyList<DXPathPointType>, DXFillMode) points, types, fillMode Initializes a new instance of the DXGraphicsPathData class with specified settings.
DXGraphicsPathData(IReadOnlyList<PointF>, IReadOnlyList<DXPathPointType>) points, types Initializes a new instance of the DXGraphicsPathData class with specified settings.
See Also