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 le Rect
n’est pas le videRect
, « Bottom » est évalué comme Y
+ Height
. Le code C# doit 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.