InkOverlay 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 InkOverlay 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 | |
---|---|---|
InkOverlay() | Initializes a new instance of the InkOverlay class that is not yet associated with a window. | |
InkOverlay(IntPtr) | Initializes a new instance of the InkOverlay class and associates a window handle with it. | |
InkOverlay(Control) | Initializes a new instance of the InkOverlay class, associating a control with it. | |
InkOverlay(IntPtr, Tablet) | Initializes a new instance of the InkOverlay class and attaches it to a specified window handle on a specified Tablet object. | |
InkOverlay(IntPtr, Boolean) | Initializes a new instance of the InkOverlay class, attaches it to the specified window handle, and determines whether to use the mouse for input. | |
InkOverlay(Control, Tablet) | Initializes a new instance of the InkOverlay class and attaches it to a specified control on a specified Tablet object. | |
InkOverlay(Control, Boolean) | Initializes a new instance of the InkOverlay class, attaches it to the specified control, and determines whether to use the mouse for input. |
Top