共用方式為


RectHelper.GetBottom(Rect) 方法

定義

取得指定之 Rect的 “Bottom” 值。 只要 不是空,“Bottom” 就會評估為 。 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」 值。

適用於