RectHelper.GetRight(Rect) メソッド

定義

指定した Rect の "Right" 値を取得します。 がRectでない限りRect、"Right" は としてX + Width評価されます。 C# コードでは、代わりに Rect.Right を 使用する必要があります。

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

パラメーター

target
Rect

評価する Rect

戻り値

Single

float

評価された "Right" 値。

適用対象