Partager via


RectHelper.GetBottom(Rect) Méthode

Définition

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

target
Rect

La Rect à évaluer.

Retours

Single

float

Valeur « Bottom » évaluée.

S’applique à