共用方式為


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” 值。

適用於