[]
Indicates whether the specified rectangle intersects with the current rectangle.
public bool IntersectsWith(C1Rect rect)
Public Function IntersectsWith(rect As C1Rect) As Boolean
| Type | Name | Description |
|---|---|---|
| C1Rect | rect | The rectangle to check. |
| Type | Description |
|---|---|
| bool | true if the specified rectangle intersects with the current rectangle; otherwise, false. |