Stroke.GetPacketValuesByProperty Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns the data for a specified packet property from one or more packets in the 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 | |
---|---|---|
GetPacketValuesByProperty(Guid) | Returns the data for a specified packet property for all of the packets in the Stroke object. | |
GetPacketValuesByProperty(Guid, Int32) | Returns the data for a specified packet property for one packet in the Stroke object. | |
GetPacketValuesByProperty(Guid, Int32, Int32) | Returns the data for a specified packet property for a range of packets in the Stroke object. |
Top