EnteringMoveSizeEventArgs.PointerScreenPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指標在輸入移動大小迴圈之前的位置。
public:
property PointInt32 PointerScreenPoint { PointInt32 get(); };
PointInt32 PointerScreenPoint();
public PointInt32 PointerScreenPoint { get; }
var pointInt32 = enteringMoveSizeEventArgs.pointerScreenPoint;
Public ReadOnly Property PointerScreenPoint As PointInt32
屬性值
輸入移動大小迴圈之前指標的位置。
=======
範例
<<<<<<< HEAD
主要