共用方式為


EnteringMoveSizeEventArgs.PointerScreenPoint 屬性

定義

取得指標在輸入移動大小迴圈之前的位置。

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

屬性值

輸入移動大小迴圈之前指標的位置。

=======

範例

<<<<<<< HEAD

主要

適用於