Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXPathPointType Enum

List types of points available for the DXGraphicsPath instance.

Namespace: DevExpress.Drawing

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