RectIntersect Method (Rect)

CVB.Net Documentation
Replaces this rectangle with the intersection of itself and the specified rectangle.

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

public void Intersect(
	Rect rect
)

Parameters

rect
Type: Stemmer.CvbRect
The rectangle with which to intersect
See Also

Reference