Adds a cubic Bezier curve to the path.
Namespace:
Aurigma.DesignAtoms.Common.Math
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
public void CubicTo( float cx1, float cy1, float cx2, float cy2, 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.