InkCollector Methods

Public Methods

(see also Protected Methods )

  Name Description
Public method Dispose Overloaded. Releases resources used by the InkCollector object.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetGestureStatus Returns a value that indicates whether the InkCollector object has interest in a particular application gesture.
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method GetWindowInputRectangle Gets the window rectangle, in pixels, within which ink is drawn.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method SetAllTabletsMode Overloaded. Sets the InkCollector object to collect ink from any tablet attached to the Tablet PC.
Public method SetGestureStatus Sets whether or not the InkCollector object has interest in a known application gesture.
Public method SetSingleTabletIntegratedMode Sets the InkCollector object to collect ink from only one tablet attached to the Tablet PC. Ink from other tablets is ignored by the InkCollector object.
Public method SetWindowInputRectangle Sets the window rectangle, in pixels, within which ink is drawn.
Public method ToString  Returns a String that represents the current Object. (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Dispose Overloaded. Releases resources used by the InkCollector object.
Protected method Finalize Overridden. Frees the resources of the current InkCollector object before it is reclaimed by the garbage collector.
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Protected method OnCursorButtonDown Allows derived classes to modify the default behavior of the CursorButtonDown event.
Protected method OnCursorButtonUp Allows derived classes to modify the default behavior of the CursorButtonUp event.
Protected method OnCursorDown Allows derived classes to modify the default behavior of the CursorDown event.
Protected method OnCursorInRange Allows derived classes to modify the default behavior of the CursorInRange event.
Protected method OnCursorOutOfRange Allows derived classes to modify the default behavior of the CursorOutOfRange event.
Protected method OnDoubleClick Allows derived classes to modify the default behavior of the DoubleClick event.
Protected method OnGesture Allows derived classes to modify the default behavior of the Gesture event.
Protected method OnMouseDown Allows derived classes to modify the default behavior of the MouseDown event.
Protected method OnMouseMove Allows derived classes to modify the default behavior of the MouseMove event.
Protected method OnMouseUp Allows derived classes to modify the default behavior of the MouseUp event.
Protected method OnMouseWheel Allows derived classes to modify the default behavior of the MouseWheel event.
Protected method OnNewInAirPackets Allows derived classes to modify the default behavior of the NewInAirPackets event.
Protected method OnNewPackets Allows derived classes to modify the default behavior of the NewPackets event.
Protected method OnStroke Allows derived classes to modify the default behavior of the Stroke event.
Protected method OnSystemGesture Allows derived classes to modify the default behavior of the SystemGesture event.
Protected method OnTabletAdded Allows derived classes to modify the default behavior of the TabletAdded event.
Protected method OnTabletRemoved Allows derived classes to modify the default behavior of the TabletRemoved event.

Top

See Also

Reference

InkCollector Class
Microsoft.Ink Namespace
Ink
InkOverlay
InkPicture
InkEdit

Other Resources

Ink Collection