RectHelper.GetTop(Rect) メソッド

定義

指定した Rect の "Top" 値を取得します。 Rect が の 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

評価する Rect

戻り値

Single

float

評価された "Top" 値。

適用対象