다음을 통해 공유


EnteringMoveSizeEventArgs.PointerScreenPoint 속성

정의

이동 크기 루프를 입력하기 전에 포인터의 위치를 가져옵니다.

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

속성 값

이동 크기 루프를 입력하기 전에 포인터의 위치입니다.

적용 대상