ImageGear for .NET
CreateVertex Method




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

Reference

ImGearVectorVertexCont Class
ImGearVectorVertexCont Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback