RectDIntersect Method (RectD, RectD)

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

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

public static RectD Intersect(
	RectD a,
	RectD b
)

Parameters

a
Type: Stemmer.CvbRectD
RectD to intersect.
b
Type: Stemmer.CvbRectD
RectD to intersect.

Return Value

Type: RectD
a RectD that represents the intersection of a and b.
See Also

Reference