Bagikan melalui


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

Top

See Also

Reference

InkCollector Class

InkCollector Members

Microsoft.Ink Namespace