ImageGear .NET v24.12 - Updated
GetVertexCont Method (ImGearVectorEntityNURBScurve)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityNURBScurve Class : GetVertexCont Method
Returns a Vertex Container with the control points of the NURBS curve.
Syntax
'Declaration
 
Public Function GetVertexCont() As ImGearVectorVertexCont
'Usage
 
Dim instance As ImGearVectorEntityNURBScurve
Dim value As ImGearVectorVertexCont
 
value = instance.GetVertexCont()
public ImGearVectorVertexCont GetVertexCont()
public: ImGearVectorVertexCont* GetVertexCont(); 
public:
ImGearVectorVertexCont^ GetVertexCont(); 

Return Value

New instance of ImGearVectorVertexCont class.
See Also

Reference

ImGearVectorEntityNURBScurve Class
ImGearVectorEntityNURBScurve Members