Compartir a través de


WindowRectChangingEventArgs.OldWindowRect Propiedad

Definición

Obtiene el rectán anterior desde el que cambiará la ventana (si no hay nada que impida el cambio).

public:
 property RectInt32 OldWindowRect { RectInt32 get(); };
RectInt32 OldWindowRect();
public RectInt32 OldWindowRect { get; }
var rectInt32 = windowRectChangingEventArgs.oldWindowRect;
Public ReadOnly Property OldWindowRect As RectInt32

Valor de propiedad

La antigua corrección desde la que cambiará la ventana (si no hay nada que impida el cambio).

Se aplica a