Rect.Contains 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Contains(Point)
public bool Contains(Xamarin.Forms.Point pt);
member this.Contains : Xamarin.Forms.Point -> bool
参数
- pt
- Point
返回
System.Boolean
适用于
Contains(Rect)
public bool Contains(Xamarin.Forms.Rect rect);
member this.Contains : Xamarin.Forms.Rect -> bool
参数
- rect
- Rect
返回
System.Boolean
适用于
Contains(Double, Double)
public bool Contains(double x, double y);
member this.Contains : double * double -> bool
参数
- x
- System.Double
- y
- System.Double
返回
System.Boolean