InkCollector Constructor
Initializes a new instance of the InkCollector class.
Overload List
Name | Description |
---|---|
InkCollector () | Initializes a new instance of the InkCollector class that is not yet associated with a window. |
InkCollector (Control) | Initializes a new instance of the InkCollector class and associates a control with it. |
InkCollector (IntPtr) | Initializes a new instance of the InkCollector class and associates a window handle with it. |
InkCollector (Control, Boolean) | Creates an InkCollector object, attaches it to the specified control, and determines whether to use the mouse for input. |
InkCollector (Control, Tablet) | Creates an InkCollector object and attaches it to a specified control on a specified tablet. |
InkCollector (IntPtr, Boolean) | Creates an InkCollector object, attaches it to the specified window handle, and determines whether to use the mouse for input. |
InkCollector (IntPtr, Tablet) | Creates an InkCollector object and attaches it to a specified window handle on a specified tablet. |
See Also
Reference
InkCollector Class
InkCollector Members
Microsoft.Ink Namespace
InkCollector