DX9ToolsR4 - Created by: X

GeneralHelpers.RestrictVector2 Method

Restricts a Vector2 type within a specified region.

Overload List

Restricts a Vector2 type within a specified region.

public static Vector2 RestrictVector2(Vector2,Point,Size);

Restricts a Vector2 type within a specified region.

public static Vector2 RestrictVector2(Vector2,Point,SizeF);

Restricts a Vector2 type within a specified region.

public static Vector2 RestrictVector2(Vector2,PointF,Size);

Restricts a Vector2 type within a specified region.

public static Vector2 RestrictVector2(Vector2,PointF,SizeF);

Restricts a Vector2 type within a specified region.

public static Vector2 RestrictVector2(Vector2,Rectangle);

Restricts a Vector2 type within a specified region.

public static Vector2 RestrictVector2(Vector2,RectangleF);

See Also

GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace