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