Skip to main content
All docs
V24.1

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

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