ImageGear .NET - Updated March 30, 2018
SetVertex Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorVertexCont Class : SetVertex Method
Position of the vertex in the container.
Vertex value to be set.
Sets the value for the vertex specified by index.
Syntax
'Declaration
 
Public Sub SetVertex( _
   ByVal index As Integer, _
   ByVal vertexValue As ImGearVectorVertex _
) 
 
'Usage
 
Dim instance As ImGearVectorVertexCont
Dim index As Integer
Dim vertexValue As ImGearVectorVertex
 
instance.SetVertex(index, vertexValue)

Parameters

index
Position of the vertex in the container.
vertexValue
Vertex value to be set.
See Also

Reference

ImGearVectorVertexCont Class
ImGearVectorVertexCont Members
ImGearVectorVertex Structure