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


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

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

Initializes a new instance of the InkCollectorCursorInRangeEventArgs class.

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

Синтаксис

'Декларация
Public Sub New ( _
    cursor As Cursor, _
    newCursor As Boolean, _
    buttonStates As CursorButtonState() _
)
'Применение
Dim cursor As Cursor
Dim newCursor As Boolean
Dim buttonStates As CursorButtonState()

Dim instance As New InkCollectorCursorInRangeEventArgs(cursor, _
    newCursor, buttonStates)
public InkCollectorCursorInRangeEventArgs(
    Cursor cursor,
    bool newCursor,
    CursorButtonState[] buttonStates
)
public:
InkCollectorCursorInRangeEventArgs(
    Cursor^ cursor, 
    bool newCursor, 
    array<CursorButtonState>^ buttonStates
)
public InkCollectorCursorInRangeEventArgs(
    Cursor cursor,
    boolean newCursor,
    CursorButtonState[] buttonStates
)
public function InkCollectorCursorInRangeEventArgs(
    cursor : Cursor, 
    newCursor : boolean, 
    buttonStates : CursorButtonState[]
)

Параметры

Заметки

cursor of type Cursor is the cursor used to collect the stroke. newCursor of type Boolean specifies if this is the first time this InkCollector has seen this cursor. buttonStates of type CursorButtonState specifies the state of the cursor's buttons.

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

InkCollectorCursorInRangeEventArgs Класс

InkCollectorCursorInRangeEventArgs - члены

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

InkCollector.CursorInRange