Compartir a través de


RectHelper.GetBottom(Rect) Método

Definición

Obtiene un valor "Bottom" para el especificado Rect. Siempre que el Rect no sea el VacíoRect, "Bottom" se evalúa como Y + Height. El código de C# debe usar Rect.Bottom en su lugar.

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

El de Rect que se va a evaluar.

Devoluciones

Single

float

Valor "Inferior" evaluado.

Se aplica a