Rect.IntersectsWith(Rect) 方法

定义

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

参数

r
Rect

返回

适用于