InkOverlay - конструктор
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Initializes a new instance of the InkOverlay class.
Список перегрузки
Имя | Описание | |
---|---|---|
InkOverlay() | Initializes a new instance of the InkOverlay class that is not yet associated with a window. | |
InkOverlay(IntPtr) | Initializes a new instance of the InkOverlay class and associates a window handle with it. | |
InkOverlay(Control) | Initializes a new instance of the InkOverlay class, associating a control with it. | |
InkOverlay(IntPtr, Tablet) | Initializes a new instance of the InkOverlay class and attaches it to a specified window handle 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(Control, Tablet) | Initializes a new instance of the InkOverlay class and attaches it to a specified control on a specified Tablet object. | |
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. |
В начало страницы