Поделиться через


Stroke.PacketCount - свойство

Обновлен: Ноябрь 2007

Gets the number of packet received for a Stroke object.

Пространство имен:  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
The number of packets received for a Stroke object.

Примеры

This C# example returns the number of packets in the Stroke object, theStroke.

int thePacketCount = theStroke.PacketCount;

This Microsoft Visual Basic .NET example returns the number of packets in the Stroke, theStroke.

Dim thePacketCount As Integer = theStroke.PacketCount

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

Stroke Класс

Stroke - члены

Microsoft.Ink - пространство имен

Stroke.GetPacketData