Rect.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Contains(Point)
- Source:
- Rect.cs
- Source:
- Rect.cs
- Source:
- Rect.cs
public:
bool Contains(Microsoft::Maui::Graphics::Point pt);
public bool Contains(Microsoft.Maui.Graphics.Point pt);
member this.Contains : Microsoft.Maui.Graphics.Point -> bool
Public Function Contains (pt As Point) As Boolean
Parameters
- pt
- Point
Returns
Applies to
Contains(Rect)
- Source:
- Rect.cs
- Source:
- Rect.cs
- Source:
- Rect.cs
public:
bool Contains(Microsoft::Maui::Graphics::Rect rect);
public bool Contains(Microsoft.Maui.Graphics.Rect rect);
member this.Contains : Microsoft.Maui.Graphics.Rect -> bool
Public Function Contains (rect As Rect) As Boolean
Parameters
- rect
- Rect
Returns
Applies to
Contains(Double, Double)
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.