RectHelper.GetBottom(Rect) Método

Definição

Obtém um valor "Inferior" para a Rect especificada. Enquanto a Rect não for a Rect Vazia , "Bottom" será avaliado como Y + Height. Em vez disso, o código C# e o Microsoft Visual Basic devem 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

O Rect a ser avaliado.

Retornos

Single

float

O valor "Inferior" avaliado.

Aplica-se a