ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorVertexCont Class
Properties Methods


In This Topic
    ImGearVectorVertexCont Class Members
    In This Topic

    The following tables list the members exposed by ImGearVectorVertexCont.

    Public Properties
     NameDescription
    Public PropertyGets total count of vertices in the vertex container.  
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all vertices from the container and destroys them.  
    Public MethodCreates a vertex and adds it at the end of the container.  
    Public MethodReturns the type of vertex attribute if present.  
    Public MethodReturns the value of vertex attribute if present.  
    Public MethodReturns a flag showing whether the vertex is hidden or not.  
    Public MethodReturns the vertex object at the specified position.  
    Public MethodSets initial size of the vertex container. This is convenient when vertex count is known in advance.  
    Public MethodSets an attribute (value and type) for the vertex. The vertex can have only one attribute, so, previous attribute is not preserved.  
    Public MethodSets the Hidden flag for the vertex.  
    Public MethodSets the value for the vertex specified by index.  
    Top
    See Also