Creates a new instance of the UIVertex class.
            
| C# | Visual Basic | Visual C++ | 
public UIVertex( float vx, float vy )
Public Sub New ( _ vx As Single, _ vy As Single _ )
public: UIVertex( float vx, float vy )
- vx (Single)
 - The x position of the vertex
 
- vy (Single)
 - The y position of the vertex