Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| InkCollectorCursorOutOfRangeEventArgs.InkCollectorCursorOutOfRangeEventArgs Constructor | 
Initializes a new instance of the InkCollectorCursorOutOfRangeEventArgs class.
Definition
Visual Basic .NET Public Sub InkCollectorCursorOutOfRangeEventArgs( _ 
ByVal cursor As Cursor _
)C# public InkCollectorCursorOutOfRangeEventArgs( 
Cursor cursor
);Managed C++ public: InkCollectorCursorOutOfRangeEventArgs( 
Cursor *cursor
);
Parameters
cursor Microsoft.Ink.Cursor. The Cursor object that triggers the CursorOutOfRange event. 
Remarks
cursor of type Cursor is the cursor used to collect the stroke.
See Also