GetControlPoint Method
Description
Returns the control point specified by the index.
Syntax
| Visual Basic |
|---|
Public Function GetControlPoint( _ ByVal index As Long _ ) As ControlPoint |
Parameters
- index
- Long value which indicates which control point to return.
Return Type
ControlPoint object.
See Also