ImageGear .NET - Updated
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)
public ImGearPoint GetPoint( 
   int index
)
public: ImGearPoint GetPoint( 
   int index
) 
public:
ImGearPoint GetPoint( 
   int index
) 

Parameters

index
Index of the point.

Return Value

See Also

Reference

ImGearARTCurve Class
ImGearARTCurve Members
ImGearPoint Structure