Stroke.GetPacketData 方法

返回 Stroke 对象中所有数据包的数据包 数据。

命名空间:  Microsoft.Ink
程序集:  Microsoft.Ink(在 Microsoft.Ink.dll 中)

语法

声明
Public Function GetPacketData As Integer()
用法
Dim instance As Stroke
Dim returnValue As Integer()

returnValue = instance.GetPacketData()
public int[] GetPacketData()
public:
array<int>^ GetPacketData()
public int[] GetPacketData()
public function GetPacketData() : int[]

返回值

类型:array<System.Int32[]
返回一个有符号 32 位整数数组,其中包含 Stroke 对象中请求点的数据包数据。该数组包含第一个点的数据、第二个点的数据,依次类推。

备注

若要检索数据包数据的说明,请使用 Stroke 对象的 PacketDescription 属性。此属性返回全局唯一标识符 (GUID) 的数组,这些 GUID 指示每个点的 GetPacketData 方法将返回哪些属性值。PacketProperty 结构包含可用数据包属性 GUID。

示例

此 C# 示例获取 Stroke 对象 theStroke 中所有点的数据包数据。

int[] thePacketData = theStroke.GetPacketData();

此 Microsoft Visual Basic .NET 示例获取 Stroke 对象 theStroke 中所有点的数据包数据。

Dim thePacketData() As Integer = theStroke.GetPacketData()

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求

版本信息

.NET Framework

受以下版本支持:3.0

另请参见

参考

Stroke 类

Stroke 成员

GetPacketData 重载

Microsoft.Ink 命名空间

Stroke.GetPacketDescriptionPropertyMetrics

Stroke.PacketCount

Stroke.PacketDescription

Stroke.PacketSize

Stroke.SetPacketValuesByProperty