[]
Initializes a new instance of the CubicBezierTo1 class.
public CubicBezierTo1(float x1, float y1, float x2, float y2, float x3, float y3)
Public Sub New(x1 As Single, y1 As Single, x2 As Single, y2 As Single, x3 As Single, y3 As Single)
The value of X1.
The value of Y1.
The value of X2.
The value of Y2.
The value of X3.
The value of Y3.