Creates a new instance of the UIVertex class.
Declaration Syntax
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 )
Parameters
- vx (Single)
- The x position of the vertex
- vy (Single)
- The y position of the vertex