WindowRectChangedEventArgs.PointerScreenPoint 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得當視窗位置完成變更時指標的位置。
public:
property PointInt32 PointerScreenPoint { PointInt32 get(); };
PointInt32 PointerScreenPoint();
C#
public PointInt32 PointerScreenPoint { get; }
var pointInt32 = windowRectChangedEventArgs.pointerScreenPoint;
Public ReadOnly Property PointerScreenPoint As PointInt32
視窗位置完成變更時指標的位置。
產品 | 版本 |
---|---|
Windows App SDK | 1.6 |