ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectorVertexCont Class |
The following tables list the members exposed by ImGearVectorVertexCont.
Name | Description | |
---|---|---|
![]() | Clear | Removes all vertices from the container and destroys them. |
![]() | CreateVertex | Creates a vertex and adds it at the end of the container. |
![]() | GetAttribType | Returns the type of vertex attribute if present. |
![]() | GetAttribValue | Returns the value of vertex attribute if present. |
![]() | GetHidden | Returns a flag showing whether the vertex is hidden or not. |
![]() | GetVertex | Returns the vertex object at the specified position. |
![]() | Init | Sets initial size of the vertex container. This is convenient when vertex count is known in advance. |
![]() | SetAttrib | Sets an attribute (value and type) for the vertex. The vertex can have only one attribute, so, previous attribute is not preserved. |
![]() | SetHidden | Sets the Hidden flag for the vertex. |
![]() | SetVertex | Sets the value for the vertex specified by index . |