ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorVertexCont Class / CreateVertex Method




In This Topic
    CreateVertex Method
    In This Topic
    Creates a vertex and adds it at the end of the container.
    Syntax
    'Declaration
     
    Public Function CreateVertex() As Integer
    'Usage
     
    Dim instance As ImGearVectorVertexCont
    Dim value As Integer
     
    value = instance.CreateVertex()
    public int CreateVertex()
    public: int CreateVertex(); 
    public:
    int CreateVertex(); 

    Return Value

    Index of the newly created vertex.
    See Also