다음을 통해 공유


WindowRectChangingEventArgs.OldWindowRect 속성

정의

창이 변경될 이전 사각형을 가져옵니다(변경할 수 없는 경우).

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

속성 값

창이 변경될 이전 사각형입니다(변경할 수 없는 경우).

적용 대상