Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1008 Bytes

recthelper_intersect_1833302820.md

File metadata and controls

34 lines (20 loc) · 1008 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.RectHelper.Intersect(Windows.Foundation.Rect,Windows.Foundation.Rect)
winrt method

Microsoft.UI.Xaml.RectHelper.Intersect

-description

Returns the areas of two specified Rect values that intersect, as a new Rect. C# code should use Rect.Intersect instead.

-parameters

-param target

The first Rect to check for intersection.

-param rect

The second Rect to check for intersection.

-returns

A Rect that represents the areas of target and rect that intersect. Can be an Empty value if there is no intersection.

-remarks

-examples

-see-also