Condividi tramite


RectHelper.GetBottom(Rect) Metodo

Definizione

Ottiene un valore "Bottom" per l'oggetto Rect specificato. Finché il Rect non è il VuotoRect, "Bottom" viene valutato come Y + Height. Il codice C# deve usare Rect.Bottom.

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

Parametri

target
Rect

Rect da valutare.

Restituisce

Single

float

Valore "Bottom" valutato.

Si applica a