API Documentation > CorelDRAW > 2025-v26 > BSpline > IVGBSpline
BSpline.InsertControlPoints method
Inserts HowMany control points before the one at the given index
Syntax:
Sub InsertControlPoints(ByVal Index As Long, ByVal HowMany As Long, ByVal x As Double, ByVal y As Double, ByVal Clamped As Boolean)
Parameters:
Name Type Description
Index
Long
HowMany
Long
x
Double
y
Double
Clamped
Boolean
Remarks:
The InsertControlPoints method inserts the specified number of control points before the one at the given index number on a B-spline (or BSpline object).