다음을 통해 공유


WindowRectChangedEventArgs.OldWindowRect 속성

정의

창이 변경된 이전 사각형을 가져옵니다.

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

속성 값

창이 변경된 이전 사각형입니다.

적용 대상