ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCurve Class / GetPoint Method
Index of the point.




In This Topic
    GetPoint Method (ImGearARTCurve)
    In This Topic
    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