Compartir a través de


WindowRectChangedEventArgs.NewWindowRect Property

Definition

Gets the new position to which the window changed.

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

Property Value

The new position to which the window changed.

Applies to