Bagikan melalui


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

See Also

Reference

InkOverlay Class

InkOverlay Members

Microsoft.Ink Namespace