Tests whether the given rectangle intersects with this one.
Namespace:
TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.20.0
Syntax
| C# |
|---|
public bool IntersectsWith( Rectangle rect ) |
| Visual Basic (Declaration) |
|---|
Public Function IntersectsWith ( _ rect As Rectangle _ ) As Boolean |
Parameters
- rect
- Type: TallComponents.Interaction..::.Rectangle
The rectangle.