Share via


Rect.IntersectsWith(Rect) Method

Definition

public:
 bool IntersectsWith(Microsoft::Maui::Graphics::Rect r);
public bool IntersectsWith (Microsoft.Maui.Graphics.Rect r);
member this.IntersectsWith : Microsoft.Maui.Graphics.Rect -> bool
Public Function IntersectsWith (r As Rect) As Boolean

Parameters

r
Rect

Returns

Applies to