RemoveControlPoint Method
Description
Removes a control point.
Syntax
Visual Basic |
---|
Public Function RemoveControlPoint( _ ByVal index As Long _ ) As Boolean |
Parameters
- index
- Required Long value which indicates which control point to remove.
Return Type
Boolean value. If set to 1 (true), the control point is removed at the specified index.
See Also