[]
Returns a value indicating whether the rectangle intersects with the specified rectangle.
public bool Intersect(_Rect rect)
| Type | Name | Description |
|---|---|---|
| _Rect | rect |
| Type | Description |
|---|---|
| bool |
public static _Rect Intersect(_Rect a, _Rect b)
| Type | Name | Description |
|---|---|---|
| _Rect | a | |
| _Rect | b |
| Type | Description |
|---|---|
| _Rect |