Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 872 Bytes

recthelper_union_305961467.md

File metadata and controls

38 lines (21 loc) · 872 Bytes
-api-id -api-type
M:Windows.UI.Xaml.RectHelper.Union(Windows.Foundation.Rect,Windows.Foundation.Point)
winrt method

Windows.UI.Xaml.RectHelper.Union

-description

Creates a rectangle that is exactly large enough to contain the a specified rectangle and a specified point. C# and Microsoft Visual Basic code should use Rect.Union(Point) instead.

-parameters

-param target

The rectangle to include.

-param point

The point to include.

-returns

A rectangle that is exactly large enough to contain the specified rectangle and point.

-remarks

-examples

-see-also

Union(Rect, Rect)