DXGraphicsPathData(IReadOnlyList<PointF>, IReadOnlyList<DXPathPointType>, DXFillMode) Constructor
Initializes a new instance of the DXGraphicsPathData class with specified settings.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
public DXGraphicsPathData(
IReadOnlyList<PointF> points,
IReadOnlyList<DXPathPointType> types,
DXFillMode fillMode
)
Parameters
Name | Type | Description |
---|---|---|
points | IReadOnlyList<PointF> | A list of points used to construct the path. |
types | IReadOnlyList<DXPathPointType> | A list of point types. |
fillMode | DXFillMode | An enumeration value that indicates the fill mode. |
See Also