Flexivert Library Documentation
UIVertex Constructor (vx, vy)
NamespacesFlexivert.UIUIVertexUIVertex(Single, Single)
Creates a new instance of the UIVertex class.
Declaration Syntax
C#Visual BasicVisual C++
public UIVertex(
	float vx,
	float vy
)
Public Sub New ( _
	vx As Single, _
	vy As Single _
)
public:
UIVertex(
	float vx, 
	float vy
)
Parameters
vx (Single)
The x position of the vertex
vy (Single)
The y position of the vertex

Assembly: FVUI (Module: FVUI) Version: 0.5.4.9 (0.5.4.9)