InkCollector Constructor
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Initializes a new instance of the InkCollector class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
InkCollector() | Initializes a new instance of the InkCollector class that is not yet associated with a window. | |
InkCollector(IntPtr) | Initializes a new instance of the InkCollector class and associates a window handle with it. | |
InkCollector(Control) | Initializes a new instance of the InkCollector class and associates a control with it. | |
InkCollector(IntPtr, Tablet) | Creates an InkCollector object and attaches it to a specified window handle 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(Control, Tablet) | Creates an InkCollector object and attaches it to a specified control on a specified tablet. | |
InkCollector(Control, Boolean) | Creates an InkCollector object, attaches it to the specified control, and determines whether to use the mouse for input. |
Top