RectUnion Method

CVB.Net Documentation
Gets a Rect structure that contains the union of two Rect structures.

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

public static Rect Union(
	Rect a,
	Rect b
)

Parameters

a
Type: Stemmer.CvbRect
A rectangle to union
b
Type: Stemmer.CvbRect
A rectangle to union

Return Value

Type: Rect
a Rect that bounds the union of the two Rect structures
See Also

Reference