共用方式為


Rectangle.IntersectsWith(Rectangle) 方法

定義

是否 thisRectangle 交集 r

public bool IntersectsWith(Xamarin.Forms.Rectangle r);
member this.IntersectsWith : Xamarin.Forms.Rectangle -> bool

參數

r
Rectangle

正在交集的 Rectangle

傳回

System.Boolean

true 如果 thisRectangle 交集則為 r

適用於