ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorVertexCont Class / Init Method
Initial size of the vertex container.




In This Topic
    Init Method (ImGearVectorVertexCont)
    In This Topic
    Sets initial size of the vertex container. This is convenient when vertex count is known in advance.
    Syntax
    'Declaration
     
    Public Sub Init( _
       ByVal vertexCount As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearVectorVertexCont
    Dim vertexCount As Integer
     
    instance.Init(vertexCount)
    public void Init( 
       int vertexCount
    )
    public: void Init( 
       int vertexCount
    ) 
    public:
    void Init( 
       int vertexCount
    ) 

    Parameters

    vertexCount
    Initial size of the vertex container.
    See Also