ImageGear .NET v24.12 - Updated
GetPoint Method (IImGearARTCurve)




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

Parameters

index
Index of the point.

Return Value

See Also

Reference

IImGearARTCurve Interface
IImGearARTCurve Members
ImGearPoint Structure