ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPolygon Interface / GetPoint Method
The index of the point to get.




In This Topic
    GetPoint Method (IImGearARTPolygon)
    In This Topic
    Gets mark's point with the specified index.
    Syntax
    'Declaration
     
    Function GetPoint( _
       ByVal index As Integer _
    ) As ImGearPoint
    'Usage
     
    Dim instance As IImGearARTPolygon
    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
    The index of the point to get.

    Return Value

    ImageGear.Core.ImGearPoint structure object.
    See Also