Moves the control point by a given distance
Syntax:
Sub Move(ByVal x As Double, ByVal y As Double)
Parameters:
Name Type Description
x
Double
y
Double
Remarks:
The Move method moves, by a given distance, a control point on a B-spline (or BSpline object).