DXPathPointType Enum
List types of points available for the DXGraphicsPath
instance.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Members
Name | Description |
---|---|
Start
|
The starting point of a |
Line
|
A line segment. |
Bezier
|
A Bezier curve. |
PathTypeMask
|
A mask point. |
CloseSubpath
|
The endpoint of a subpath. |
See Also