共用方式為


WindowRectChangedEventArgs.NewWindowRect 屬性

定義

取得窗口變更的新位置。

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

屬性值

窗口變更的新位置。

適用於