Freigeben über


Rect.Contains Methode

Definition

Überlädt

Contains(Point)

public bool Contains(Xamarin.Forms.Point pt);
member this.Contains : Xamarin.Forms.Point -> bool

Parameter

pt
Point

Gibt zurück

System.Boolean

Gilt für:

Contains(Rect)

public bool Contains(Xamarin.Forms.Rect rect);
member this.Contains : Xamarin.Forms.Rect -> bool

Parameter

rect
Rect

Gibt zurück

System.Boolean

Gilt für:

Contains(Double, Double)

public bool Contains(double x, double y);
member this.Contains : double * double -> bool

Parameter

x
System.Double
y
System.Double

Gibt zurück

System.Boolean

Gilt für: