Converts a rectangle into an array of 4 texture coordanants.
[Visual Basic] Overloads Public Shared Function UVFromRectangle( _ ByVal ImageSize As SizeF, _ ByVal Left As Integer, _ ByVal Top As Integer, _ ByVal Right As Integer, _ ByVal Bottom As Integer _ ) As Vector2()