다음을 통해 공유


WindowRectChangedEventArgs 클래스

정의

WindowRectChanged 이벤트에 대한 이벤트 데이터를 포함합니다.

public ref class WindowRectChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65542)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowRectChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65542)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowRectChangedEventArgs
Public NotInheritable Class WindowRectChangedEventArgs
상속
Object Platform::Object IInspectable WindowRectChangedEventArgs
특성

속성

MoveSizeOperation

이동 크기 루프에서 수행되는 작업의 형식을 가져옵니다.

NewWindowRect

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

OldWindowRect

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

PointerScreenPoint

창 위치 변경이 완료된 경우 포인터의 위치를 가져옵니다.

적용 대상