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