Indicates a key code.
lt.Annotations.Engine.AnnKeys = {
none: 0x00000000,
back: 8,
tab: 9,
enter: 13,
shiftKey: 16,
controlKey: 17,
menu: 18,
escape: 27,
space: 32,
insert: 45,
deleteKey: 46,
alt: 0x40000,
shift: 0x10000,
control: 0x20000,
keyCode: 0xFFFF,
modifiers: -0x10000
}
lt.Annotations.Engine.AnnKeys = {
none: 0,
back: 8,
tab: 9,
enter: 13,
shiftKey: 16,
controlKey: 17,
menu: 18,
escape: 27,
space: 32,
insert: 45,
deleteKey: 46,
alt: 0x40000,
shift: 0x10000,
control: 0x20000,
keyCode: 0xFFFF,
modifiers: -0x10000
}
0 | None |
(0)No key |
8 | Back |
(8)Backspace key |
9 | Tab |
(0)Tab key |
13 | Enter |
(13)Enter key |
16 | ShiftKey |
(16)Shift key |
17 | ControlKey |
(17)Control key |
18 | Menu |
(18)Menu (Alt) key |
27 | Escape |
(27)Escape key |
32 | Space |
(32)Space key |
45 | Insert |
(45)Insert key |
46 | DeleteKey |
(46)Delete key |
262144 | Alt |
(0x40000)ALT key modifier |
65536 | Shift |
(0x10000)Shift key modifier |
131072 | Control |
(0x20000)Control key modifier |
65535 | KeyCode |
(0xFFFF)Indicate the key code |
-65536 | Modifiers |
(-0x10000)Modifiers key |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document