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

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

Parameters

point
Type: Windows.FoundationPoint
The point to include.
See Also