Compartir a través de


WindowRectChangedEventArgs.NewWindowRect Propiedad

Definición

Obtiene la nueva posición a la que cambió la ventana.

public:
 property RectInt32 NewWindowRect { RectInt32 get(); };
RectInt32 NewWindowRect();
public RectInt32 NewWindowRect { get; }
var rectInt32 = windowRectChangedEventArgs.newWindowRect;
Public ReadOnly Property NewWindowRect As RectInt32

Valor de propiedad

Nueva posición a la que cambió la ventana.

Se aplica a