RectHelper.GetBottom(Rect) 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.
Obtient une valeur « Bottom » pour le Rect spécifié. Tant que rect n’est pas le rect vide, « Bottom » est évalué comme hauteur Y + . C# et Le code Microsoft Visual Basic doivent utiliser Rect.Bottom à la place.
public:
static float GetBottom(Rect target);
static float GetBottom(Rect const& target);
public static float GetBottom(Rect target);
function getBottom(target)
Public Shared Function GetBottom (target As Rect) As Single
Paramètres
Retours
Single
float
Valeur « Bottom » évaluée.