RealTimeStylus 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 RealTimeStylus 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 | |
---|---|---|
RealTimeStylus() | Initializes a new instance of the RealTimeStylus class which is not attached to a window or control. | |
RealTimeStylus(IntPtr) | Initializes a new instance of the RealTimeStylus class and attaches it to the specified window. | |
RealTimeStylus(Control) | Initializes a new instance of the RealTimeStylus class and attaches it to the specified control. | |
RealTimeStylus(IntPtr, Tablet) | Initializes a new instance of the RealTimeStylus class, attaches it to the specified window, and restricts ink collection to the specified tablet. | |
RealTimeStylus(IntPtr, Boolean) | Initializes a new instance of the RealTimeStylus class, attaches it to the specified window, and specifies whether or not to use the mouse for input. | |
RealTimeStylus(Control, Tablet) | Initializes a new instance of the RealTimeStylus class, attaches it to the specified control, and restricts ink collection to the specified tablet. | |
RealTimeStylus(Control, Boolean) | Initializes a new instance of the RealTimeStylus class, attaches it to the specified control, and specifies whether or not to use the mouse for input. |
Top