RectF.Contains 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
傳回
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
參數
傳回
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
參數
傳回