DX9ToolsR4 - Created by: X

GeneralHelpers.UVFromPoint Method

Converts a X/Y value into a texture coordanant.

Overload List

Converts a X/Y value into a texture coordanant.

public static Vector2 UVFromPoint(Size,Point);

Converts a X/Y value into a texture coordanant.

public static Vector2 UVFromPoint(Size,PointF);

Converts a X/Y value into a texture coordanant.

public static Vector2 UVFromPoint(SizeF,Point);

Converts a X/Y value into a texture coordanant.

public static Vector2 UVFromPoint(SizeF,PointF);

Converts a X/Y value into a texture coordanant.

public static Vector2 UVFromPoint(int,int,int,int);

Converts a X/Y value into a texture coordanant.

public static Vector2 UVFromPoint(float,float,float,float);

See Also

GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace