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