Adds a quadratic Bezier curve to the path.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void CurveTo( float ctrlX, float ctrlY, float x, float y )
Type: System.Single
The x-coordinate of the curve control point.Type: System.Single
The y-coordinate of the curve control point.Type: System.Single
The x-coordinate of the curve ending point.Type: System.Single
The y-coordinate of the curve ending point.The starting point of the curve is the last point in the path.