共用方式為


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

傳回

適用於