Skip to main content
All docs
V25.1
  • 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