共用方式為


WindowRectChangingEventArgs.PointerScreenPoint 屬性

定義

取得視窗位置即將變更時指標的位置。

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

屬性值

視窗位置即將變更時指標的位置。

適用於