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


InkCollectorNewPacketsEventArgs - конструктор

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

Initializes a new instance of the InkCollectorNewPacketsEventArgs class.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public Sub New ( _
    cursor As Cursor, _
    stroke As Stroke, _
    packetCount As Integer, _
    packetData As Integer() _
)
'Применение
Dim cursor As Cursor
Dim stroke As Stroke
Dim packetCount As Integer
Dim packetData As Integer()

Dim instance As New InkCollectorNewPacketsEventArgs(cursor, _
    stroke, packetCount, packetData)
public InkCollectorNewPacketsEventArgs(
    Cursor cursor,
    Stroke stroke,
    int packetCount,
    int[] packetData
)
public:
InkCollectorNewPacketsEventArgs(
    Cursor^ cursor, 
    Stroke^ stroke, 
    int packetCount, 
    array<int>^ packetData
)
public InkCollectorNewPacketsEventArgs(
    Cursor cursor,
    Stroke stroke,
    int packetCount,
    int[] packetData
)
public function InkCollectorNewPacketsEventArgs(
    cursor : Cursor, 
    stroke : Stroke, 
    packetCount : int, 
    packetData : int[]
)

Параметры

  • packetCount
    Тип: System.Int32
    The number of packet collected.
  • packetData
    Тип: array<System.Int32[]
    The packet data in raw format.

Заметки

cursor of type Cursor is the cursor used to collect the stroke. stroke of type Stroke is the inked stroke. packetCount of type is the number of packets added. packetData is the packet data in raw format.

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

InkCollectorNewPacketsEventArgs Класс

InkCollectorNewPacketsEventArgs - члены

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

InkCollector.NewPackets