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