Skip to main content
All docs
V23.2

DXPathPointType Enum

List types of points available for the DXGraphicsPath instance.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public enum DXPathPointType : byte

Members

Name Description
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