Stroke.GetPacketData Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns the packet data associated with one or more points in a Stroke object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetPacketData() | Returns the packet data for all packets in the Stroke object. | |
GetPacketData(Int32) | Returns the packet data for one packet, at a specified index, within the Stroke object. | |
GetPacketData(Int32, Int32) | Returns the packet data for a range of packets within the Stroke object. |
Top