PathPointType Enumeration

Specifies types of points in a path.

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

Syntax

C#
public enum PathPointType

Members

Member name Description
Bezier3

The ending point of a quadratic (3-point) Bezier curve segment.

Bezier4

The ending point of a cubic (4-point) Bezier curve segment.

Close

Closes the current subpath by drawing a line back to its starting point.

Line

The ending point of a line.

Move

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

See Also

Reference

Manual