Compartir a través de


RectF.Contains Método

Definición

Sobrecargas

Contains(PointF)
Contains(RectF)
Contains(Single, Single)

Contains(PointF)

public:
 bool Contains(Microsoft::Maui::Graphics::PointF pt);
public bool Contains (Microsoft.Maui.Graphics.PointF pt);
member this.Contains : Microsoft.Maui.Graphics.PointF -> bool
Public Function Contains (pt As PointF) As Boolean

Parámetros

pt
PointF

Devoluciones

Se aplica a

Contains(RectF)

public:
 bool Contains(Microsoft::Maui::Graphics::RectF rect);
public bool Contains (Microsoft.Maui.Graphics.RectF rect);
member this.Contains : Microsoft.Maui.Graphics.RectF -> bool
Public Function Contains (rect As RectF) As Boolean

Parámetros

rect
RectF

Devoluciones

Se aplica a

Contains(Single, Single)

public:
 bool Contains(float x, float y);
public bool Contains (float x, float y);
member this.Contains : single * single -> bool
Public Function Contains (x As Single, y As Single) As Boolean

Parámetros

x
Single
y
Single

Devoluciones

Se aplica a