InkOverlay Constructor
Initializes a new instance of the InkOverlay class.
Overload List
Name | Description |
---|---|
InkOverlay () | Initializes a new instance of the InkOverlay class that is not yet associated with a window. |
InkOverlay (Control) | Initializes a new instance of the InkOverlay class, associating a control with it. |
InkOverlay (IntPtr) | Initializes a new instance of the InkOverlay class and associates a window handle with it. |
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. |
InkOverlay (Control, Tablet) | Initializes a new instance of the InkOverlay class and attaches it to a specified control 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 (IntPtr, Tablet) | Initializes a new instance of the InkOverlay class and attaches it to a specified window handle on a specified Tablet object. |
See Also
Reference
InkOverlay Class
InkOverlay Members
Microsoft.Ink Namespace
InkOverlay