Previous Document Next Document

Object Model Reference : Classes : B : BSpline : Methods : BSpline.InsertControlPoints


BSpline.InsertControlPoints

Sub InsertControlPoints(Index As Long, HowMany As Long, x As Double, y As Double, Clamped As Boolean)

Description

Member of BSpline

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).

Parameter
Description
Index
Specifies the index number of the control point before which to insert the new control points
HowMany
Specifies the number of control points to insert
x
Specifies the horizontal position of the new range of control points
y
Specifies the vertical position of the new range of control points
Clamped
Specifies whether the B-spline passes through the range of control points to create a cusp

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.