RectIntersectsWith Method

CVB.Net Documentation
Test if this rectangle intersects with rect.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool IntersectsWith(
	Rect rect
)

Parameters

rect
Type: Stemmer.CvbRect
The rectangle to test

Return Value

Type: Boolean
true if there is any intersection, false otherwise
See Also

Reference