Back to Devexpress

DXGraphicsPathData Constructors

corelibraries-devexpress-dot-drawing-dot-dxgraphicspathdata-dot-ctor.md

latest1.3 KB
Original Source

DXGraphicsPathData Constructors

Contains graphical data

NameParametersDescription
DXGraphicsPathData()noneInitializes a new instance of the DXGraphicsPathData class.
DXGraphicsPathData(IReadOnlyList<PointF>, IReadOnlyList<DXPathPointType>, DXFillMode)points, types, fillModeInitializes a new instance of the DXGraphicsPathData class with specified settings.
DXGraphicsPathData(IReadOnlyList<PointF>, IReadOnlyList<DXPathPointType>)points, typesInitializes a new instance of the DXGraphicsPathData class with specified settings.

See Also

DXGraphicsPathData Class

DXGraphicsPathData Members

DevExpress.Drawing Namespace