RectF.IntersectsWith(RectF) 方法

定义

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

参数

r
RectF

返回

适用于