RawStylusInput.Timestamp 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得輸入發生的時間。
public:
property int Timestamp { int get(); };
public int Timestamp { get; }
member this.Timestamp : int
Public ReadOnly Property Timestamp As Integer
屬性值
輸入發生的時間。
備註
屬性的值 Timestamp 是發生手寫筆事件之屬性的值 Environment.TickCount 。