Skip to main content
A newer version of this page is available. .
All docs
V23.1

DXPathPointType Enum

List types of points available for the DXGraphicsPath instance.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.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