ImageGear .NET - Updated November 28, 2017
GetVertex Method




ImageGear23.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorVertexCont Class : GetVertex Method
Index of the vertex to be returned.
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)

Parameters

index
Index of the vertex to be returned.

Return Value

New instance of ImGearVectorVertex structure object.
See Also

Reference

ImGearVectorVertexCont Class
ImGearVectorVertexCont Members