Stroke.PacketCount 属性
获取为 Stroke 对象收到的数据包 的数目。
命名空间: Microsoft.Ink
程序集: Microsoft.Ink(在 Microsoft.Ink.dll 中)
语法
声明
Public ReadOnly Property PacketCount As Integer
用法
Dim instance As Stroke
Dim value As Integer
value = instance.PacketCount
public int PacketCount { get; }
public:
property int PacketCount {
int get ();
}
/** @property */
public int get_PacketCount()
public function get PacketCount () : int
属性值
类型:System.Int32
为 Stroke 对象收到的数据包的数目。
示例
此 C# 示例返回 Stroke 对象 theStroke 中数据包的数目。
int thePacketCount = theStroke.PacketCount;
此 Microsoft Visual Basic .NET 示例返回 Stroke 对象 theStroke 中数据包的数目。
Dim thePacketCount As Integer = theStroke.PacketCount
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0