다음을 통해 공유


WindowRectChangingEventArgs.PointerScreenPoint 속성

정의

창 위치를 변경하려고 할 때 포인터의 위치를 가져옵니다.

public:
 property PointInt32 PointerScreenPoint { PointInt32 get(); };
PointInt32 PointerScreenPoint();
public PointInt32 PointerScreenPoint { get; }
var pointInt32 = windowRectChangingEventArgs.pointerScreenPoint;
Public ReadOnly Property PointerScreenPoint As PointInt32

속성 값

창 위치를 변경하려고 할 때 포인터의 위치입니다.

적용 대상