'Declaration
Public Function New( _ ByVal x1 As Double, _ ByVal y1 As Double, _ ByVal x2 As Double, _ ByVal y2 As Double, _ ByVal x3 As Double, _ ByVal y3 As Double _ )
Parameters
- x1
- The X coordinate of the first control point.
- y1
- The Y coordinate of the first control point.
- x2
- The X coordinate of the second control point.
- y2
- The Y coordinate of the second control point.
- x3
- The X coordinate of the third control point.
- y3
- The Y coordinate of the third control point.