Windows.UI.Xaml.RectHelper.Intersect
June 22, 2022 ยท View on GitHub
-description
Returns the areas of two specified Rect values that intersect, as a new Rect. C# and Microsoft Visual Basic 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.