RealTimeStylus - конструктор
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Initializes a new instance of the RealTimeStylus class.
Список перегрузки
Имя | Описание | |
---|---|---|
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. |
В начало страницы