RectF.IntersectsWith(RectF) Method

Definition

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

Parameters

r
RectF

Returns

Applies to