ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorVertexCont Class / GetVertex Method
Index of the vertex to be returned.




In This Topic
    GetVertex Method
    In This Topic
    Returns the vertex object at the specified position.
    Syntax
    'Declaration
     
    Public Function GetVertex( _
       ByVal index As Integer _
    ) As ImGearVectorVertex
    'Usage
     
    Dim instance As ImGearVectorVertexCont
    Dim index As Integer
    Dim value As ImGearVectorVertex
     
    value = instance.GetVertex(index)
    public ImGearVectorVertex GetVertex( 
       int index
    )
    public: ImGearVectorVertex GetVertex( 
       int index
    ) 
    public:
    ImGearVectorVertex GetVertex( 
       int index
    ) 

    Parameters

    index
    Index of the vertex to be returned.

    Return Value

    New instance of ImGearVectorVertex structure object.
    See Also