Adds a cubic Bezier curve to the path.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void CurveTo( float ctrlX1, float ctrlY1, float ctrlX2, float ctrlY2, float x, float y )
Type: System.Single
The x-coordinate of the curve first control point.Type: System.Single
The y-coordinate of the curve first control point.Type: System.Single
The x-coordinate of the curve second control point.Type: System.Single
The y-coordinate of the curve second control point.Type: System.Single
The x-coordinate of the curve ending point.Type: System.Single
The y-coordinate of the curve ending point.