Specifies types of points in a path.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public enum PathPointType
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. |