PointerEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含最後一個指標事件所傳回的引數。
public ref class PointerEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PointerEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PointerEventArgs
Public NotInheritable Class PointerEventArgs
- 繼承
- 屬性
備註
注意
這個類別不是敏捷的,這表示其函式和屬性只能在從擷取它的 UI 執行緒上存取。 不同執行緒上的存取會傳回 RPC_E_WRONG_THREAD
或相等的投影錯誤類型。
屬性
CurrentPoint |
取得最後一個指標事件的指標資料。 |
Handled |
取得或設定是否已處理指標事件。 |
KeyModifiers |
取得鍵盤按鍵或按鍵,用來修改指標輸入,例如當與另一個按鍵一起按下時,如 Ctrl+C 中的 「Ctrl」 鍵。 |
方法
GetIntermediatePoints() |
擷取自最後一個指標事件以來,最多 64 個指標位置的指標資料。 |
GetIntermediateTransformedPoints(IPointerPointTransform) |
擷取自最後一個指標事件後,最多 64 個指標位置的指標資料,由應用程式定義的轉換所轉換。 |