Method IsOutOfBounds
IsOutOfBounds(Point, Size)
Declaration
public static bool IsOutOfBounds(Point point, Size bounds)
Parameters
| Type |
Name |
Description |
| Point |
point |
|
| Size |
bounds |
|
Returns
IsOutOfBounds(Rect, Rect)
Declaration
public static bool IsOutOfBounds(Rect frame, Rect bounds)
Parameters
| Type |
Name |
Description |
| Rect |
frame |
|
| Rect |
bounds |
|
Returns
IsOutOfBounds(Rectangle, Rectangle)
Declaration
public static bool IsOutOfBounds(Rectangle frame, Rectangle bounds)
Parameters
Returns
IsOutOfBounds(Point, Rect)
Declaration
public static bool IsOutOfBounds(Point point, Rect bounds)
Parameters
| Type |
Name |
Description |
| Point |
point |
|
| Rect |
bounds |
|
Returns