Stroke.GetPacketData Method
Stroke.GetPacketData Method |
Returns the packet data associated with one or more points in a Stroke object.
Overload List
public int[] GetPacketData() public int[] GetPacketData(Int32) public int[] GetPacketData(Int32, Int32)
Remarks
To retrieve the description of the packet data, use the Stroke object's PacketDescription property. This property returns an array of globally unique identifiers (GUIDs) that indicate which property values are returned by the GetPacketData method for each point. The PacketProperty structure contains the available packet property GUIDs.
Examples
See Also