RectHelper.GetTop(Rect) 方法

定义

获取指定 Rect的“Top”值。 只要 不是空,“Top”的计算结果为 。 C# 代码应改用 Rect.Top

public:
 static float GetTop(Rect target);
 static float GetTop(Rect const& target);
public static float GetTop(Rect target);
function getTop(target)
Public Shared Function GetTop (target As Rect) As Single

参数

target
Rect

要评估的 Rect

返回

Single

float

计算的“Top”值。

适用于