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