Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 932 Bytes

recthelper_contains_1524279399.md

File metadata and controls

36 lines (20 loc) · 932 Bytes
-api-id -api-type
M:Windows.UI.Xaml.RectHelper.Contains(Windows.Foundation.Rect,Windows.Foundation.Point)
winrt method

Windows.UI.Xaml.RectHelper.Contains

-description

Returns whether a given Point is within the bounds of a given Rect, for a shared coordinate reference. C# and Microsoft Visual Basic code should use Rect.Contains instead.

-parameters

-param target

The Rect to evaluate.

-param point

The Point to check for containment.

-returns

true if point is within the target bounds; otherwise, false.

-remarks

-examples

-see-also