Previous Document Next Document

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


BSpline.InsertControlPoint

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

Description

Member of BSpline

The InsertControlPoint method inserts one control point 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 point
x
Specifies the horizontal position of the new control point
y
Specifies the vertical position of the new control point
Clamped
Specifies whether the B-spline passes through the control point to create a cusp

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.