Compartir a través de


RectHelper.GetRight(Rect) Método

Definición

Obtiene un valor "Right" para el Rect especificado. Siempre que el Rect no sea el Rectvacío , "Right" se evalúa como X + Width. En su lugar, el código de C# debe usar 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

Parámetros

target
Rect

El de Rect que se va a evaluar.

Devoluciones

Single

float

Valor "Right" evaluado.

Se aplica a