Rect.Contains(Point) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si le rectangle décrit par Rect contient le point spécifié.
public:
bool Contains(Windows::Foundation::Point point);
public bool Contains (Windows.Foundation.Point point);
member this.Contains : Windows.Foundation.Point -> bool
Public Function Contains (point As Point) As Boolean
Paramètres
- point
- Point
Point à vérifier.
Retours
true
si le rectangle décrit par Rect contient le point spécifié ; sinon, false
.
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT). Rect
Pour plus d’informations, consultez Rect dans les informations de référence sur l’API UWP.
Pour plus d’informations et des exemples de ce membre, consultez <System.Windows.Rect.Contains%2A ?displayProperty=nameWithType> dans la référence de l’API .NET Framework. (Les exemples montrent l’utilisation de WPF et peuvent ne pas se traduire directement en XAML UWP.)