다음을 통해 공유


WindowRectChangedEventArgs.NewWindowRect 속성

정의

창이 변경된 새 위치를 가져옵니다.

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

속성 값

창이 변경된 새 위치입니다.

적용 대상