Tests whether the given coordinate is inside the rectangle.

Namespace: TallComponents.Interaction
Assembly: 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.

Return Value

true if the coordinate is inside the rectangle.

See Also