Tests whether the given rectangle is contained in this one.

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

Return Value

True if the argument rectangle is located completely inside this one.

See Also