RectHelper.GetBottom(Rect) Método

Definición

Obtiene un valor "Bottom" para el rect especificado. Siempre que el Rect no sea el Rect vacío , "Bottom" se evalúa como Y + Height. En su lugar, el código de C# y Microsoft Visual Basic deben usar 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

Parámetros

target
Rect

Rect que se va a evaluar.

Devoluciones

Single

float

Valor "Inferior" evaluado.

Se aplica a