ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorVertexCont Class / SetVertex Method
Position of the vertex in the container.
Vertex value to be set.




In This Topic
    SetVertex Method
    In This Topic
    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)
    public void SetVertex( 
       int index,
       ImGearVectorVertex vertexValue
    )
    public: void SetVertex( 
       int index,
       ImGearVectorVertex vertexValue
    ) 
    public:
    void SetVertex( 
       int index,
       ImGearVectorVertex vertexValue
    ) 

    Parameters

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