다음을 통해 공유


WindowRectChangingEventArgs.NewWindowRect 속성

정의

창이 변경될 새 사각형을 가져오거나 설정합니다(변경할 수 없는 경우).

public:
 property RectInt32 NewWindowRect { RectInt32 get(); void set(RectInt32 value); };
RectInt32 NewWindowRect();

void NewWindowRect(RectInt32 value);
public RectInt32 NewWindowRect { get; set; }
var rectInt32 = windowRectChangingEventArgs.newWindowRect;
windowRectChangingEventArgs.newWindowRect = rectInt32;
Public Property NewWindowRect As RectInt32

속성 값

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

설명

대신 대체 사각형을 제공하도록 이 속성을 설정할 수 있습니다.

적용 대상