RectDUnion Method

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

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

public static RectD Union(
	RectD a,
	RectD b
)

Parameters

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

Return Value

Type: RectD
A RectD that bounds the union of the two RectD structures
See Also

Reference