Click or drag to resize
RectUnion Method (Rect)
Expands the rectangle represented by the current Windows.Foundation.Rect exactly enough to contain the specified rectangle.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public void Union(
	Rect rect
)

Parameters

rect
Type: Windows.FoundationRect
The rectangle to include.
See Also