Tests whether the given rectangle intersects with this one.

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

Return Value

True if the argument rectangle intersects with this one.

See Also