Initializes a new instance of the PathPoint class.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public PathPoint(
float x,
float y,
PathPointType type
)
Type: System.Single
The x-coordinate of the point.Type: System.Single
The y-coordinate of the point.