RectIntersect Method (Rect, Rect)

CVB.Net Documentation
Returns a Rect structure that represents the intersection of the two input rectangles. If there is no intersection, an empty Rect is returned.

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

public static Rect Intersect(
	Rect a,
	Rect b
)

Parameters

a
Type: Stemmer.CvbRect
Rect to intersect
b
Type: Stemmer.CvbRect
Rect to intersect

Return Value

Type: Rect
A Rect that represents the intersection of a and b
See Also

Reference