次の方法で共有


WindowRectChangedEventArgs.PointerScreenPoint プロパティ

定義

ウィンドウ位置の変更が完了したときのポインターの位置を取得します。

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

プロパティ値

ウィンドウ位置の変更が完了したときのポインターの位置。

適用対象