[Visual Basic] Overloads Public Shared Function UVFromPoint( _ ByVal ImageWidth As Integer, _ ByVal ImageHeight As Integer, _ ByVal X As Integer, _ ByVal Y As Integer _ ) As Vector2
[C#] public static Vector2 UVFromPoint( intImageWidth, intImageHeight, intX, intY );
Parameters
ImageWidth
The width of the image.
ImageHeight
The height of the image.
X
The X location inside the image.
Y
The Y location inside the image.
Return Value
Returns a Vector2 type representing the converted X/Y value.