PathPointType Enumeration

Specifies types of points in a path.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public enum PathPointType

Members

Member name Description
Bezier3
Bezier4
Close
Line

The ending point of a line.

Move

The point that can be starting point of a line or a curve.

See Also

Reference