ScreenReaderPositionChangedEventArgs.ScreenPositionInRawPixels 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得對應到螢幕助讀程式焦點指標新位置的矩形, (例如朗讀程式焦點醒目提示方塊) 。
public:
property Rect ScreenPositionInRawPixels { Rect get(); };
Rect ScreenPositionInRawPixels();
public Rect ScreenPositionInRawPixels { get; }
var rect = screenReaderPositionChangedEventArgs.screenPositionInRawPixels;
Public ReadOnly Property ScreenPositionInRawPixels As Rect
屬性值
螢幕助讀程式焦點指標左上角的實體螢幕座標,以及其高度和寬度,以圖元為單位。