Tests whether the current RectangleD intersects with another.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public bool IntersectsWith( RectangleD rc ) |
| Visual Basic |
|---|
Public Function IntersectsWith ( _ rc As RectangleD _ ) As Boolean |
Parameters
- rc
- Type: C1.C1Preview..::..RectangleD
The RectangleD to test.