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




In This Topic
    Clear Method (ImGearVectorVertexCont)
    In This Topic
    Removes all vertices from the container and destroys them.
    Syntax
    'Declaration
     
    Public Sub Clear() 
    'Usage
     
    Dim instance As ImGearVectorVertexCont
     
    instance.Clear()
    public void Clear()
    public: void Clear(); 
    public:
    void Clear(); 
    See Also