Back to Devexpress

DXPathPointType Enum

corelibraries-devexpress-dot-drawing-c37e2788.md

latest927 B
Original Source

DXPathPointType Enum

List types of points available for the DXGraphicsPath instance.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public enum DXPathPointType : byte
vb
Public Enum DXPathPointType As Byte

Members

NameDescription
Start

The starting point of a DXGraphicsPath object.

| | Line |

A line segment.

| | Bezier |

A Bezier curve.

| | PathTypeMask |

A mask point.

| | CloseSubpath |

The endpoint of a subpath.

|

See Also

DevExpress.Drawing Namespace