RectHelper.GetTop(Rect) 方法

定义

获取指定 Rect 的“Top”值。 只要 Rect 不是 矩形,“Top”的计算结果为 Y。C# 和 Microsoft Visual Basic 代码应改用 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

要计算的 矩形

返回

Single

float

计算的“Top”值。

适用于