PointerDownEventArgs.PointerCoordinate 属性

定义

获取指针的坐标。

public:
 property PointerMoveEventArgs ^ PointerCoordinate { PointerMoveEventArgs ^ get(); };
PointerMoveEventArgs PointerCoordinate();
public PointerMoveEventArgs PointerCoordinate { get; }
var pointerMoveEventArgs = pointerDownEventArgs.pointerCoordinate;
Public ReadOnly Property PointerCoordinate As PointerMoveEventArgs

属性值

指针的坐标。

适用于

另请参阅