RectHelper.GetRight(Rect) 方法

定义

获取指定 Rect 的“Right”值。 只要矩形不是 矩形,“右”的计算结果为 X + 宽度。 C# 和 Microsoft Visual Basic 代码应改用 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

要计算的 矩形

返回

Single

float

计算的“Right”值。

适用于