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