WindowRectChangedEventArgs.NewWindowRect 属性

定义

获取窗口更改到的新位置。

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

属性值

窗口更改到的新位置。

适用于