RawStylusInput.Timestamp 属性

定义

获取发生输入的时间。

public:
 property int Timestamp { int get(); };
public int Timestamp { get; }
member this.Timestamp : int
Public ReadOnly Property Timestamp As Integer

属性值

Int32

发生输入的时间。

注解

Timestamp属性值是Environment.TickCount发生触笔事件的属性值。

适用于