ImageGear .NET - Updated October 2, 2018
GetPoint Method (ImGearARTCurve)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCurve Class : GetPoint Method
Index of the point.
Gets the point with the specified index.
Syntax
'Declaration
 
Public Function GetPoint( _
   ByVal index As Integer _
) As ImGearPoint
 
'Usage
 
Dim instance As ImGearARTCurve
Dim index As Integer
Dim value As ImGearPoint
 
value = instance.GetPoint(index)

Parameters

index
Index of the point.

Return Value

See Also

Reference

ImGearARTCurve Class
ImGearARTCurve Members
ImGearPoint Structure