RectHelper.GetRight(Rect) 方法

定义

获取指定的 Rect的“Right”值。 只要 Rect 不是 Rect,“右”的计算结果为 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”值。

适用于