'Declaration
Public Sub AddBezierTo( _ 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
- x position of 1st point.
- y1
- y position of 1st point.
- x2
- x position of 2nd point.
- y2
- y position of 2nd point.
- x3
- x position of 3rd point.
- y3
- y position of 3rd point.