Restricts a Vector2 type within a specified region.
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);
GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace