RectHelper.GetBottom(Rect) 方法

定义

获取指定 Rect的“Bottom”值。 只要 Rect 不是 Rect,“底部”的计算结果为 Y + Height。 C# 代码应改用 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

参数

target
Rect

要评估的 Rect

返回

Single

float

计算的“Bottom”值。

适用于