[]
Represents whether the element is completely outside the rectangle.
public bool IsRectOutside(float x, float y, float width, float height)
| Type | Name | Description |
|---|---|---|
| float | x | X coordinate of the rectangle |
| float | y | Y coordinate of the rectangle |
| float | width | Width of the rectangle |
| float | height | Height of the rectangle |
| Type | Description |
|---|---|
| bool |
|
Represents whether the element is completely outside the rectangle.
public bool IsRectOutside(RectangleF rect)
| Type | Name | Description |
|---|---|---|
| RectangleF | rect | Rectangular area |
| Type | Description |
|---|---|
| bool |
|