Method IntersectsWith
| Improve this Doc View SourceIntersectsWith(GridRange)
Declaration
public bool IntersectsWith(GridRange gridRange)
Parameters
| Type | Name | Description |
|---|---|---|
| GridRange | gridRange | The other GridRange. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if this GridRange intersects other GridRange, otherwise false. |