PathPointType

System.Drawing.Drawing2D.PathPointType

Namespace: System.Drawing.Drawing2D

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies the type of point in a GraphicsPath object.

public enum PathPointType : Enum

Fields

Name
Description

Bezier

Specifies a default Bezier curve.

Bezier3

Specifies a cubic Bezier curve.

CloseSubpath

Specifies the ending point of a sub path.

DashMode

Specifies that the corresponding segment is dashed.

Line

Specifies a line segment.

PathMarker

Specifies a path marker.

PathTypeMask

Specifies a mask point.

Start

Specifies the starting point of a GraphicsPath.

Last updated

Was this helpful?