Changes the number of control points. If control points need to be added, they are positioned at (0,0)
Syntax:
Sub Resize(ByVal HowMany As Long)
Parameters:
Name Type Description
HowMany
Long
Remarks:
The Resize method changes the number of control points for a B-spline (or BSpline object). New control points, if required, are added at position (0,0).