次の方法で共有


WindowRectChangingEventArgs.PointerScreenPoint プロパティ

定義

ウィンドウの位置が変更されようとしているときのポインターの位置を取得します。

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

プロパティ値

ウィンドウの位置が変更されようとしたときのポインターの位置。

適用対象