public MedicalViewerKeyEventArgs(
int cellIndex,
RasterImage[] images,
int actionID,
Keys keyData
)
public:
MedicalViewerKeyEventArgs(
int cellIndex,
array<RasterImage^>^ images,
int actionID,
Keys keyData
)
cellIndex
The index of the cell that the user tag will be drawn on.
images
Array of Leadtools.RasterImage objects that contain the images to be updated.
actionID
The ID of the action that raised the event.
keyData
A System.Windows.Forms.Keys value representing the key that was pressed, combined with any modifier flags that indicate which CTRL, SHIFT, or ALT key was pressed at the same time. Possible values are obtained be applying the bitwise OR ( ¦ ) operator to constants from the Keys enumeration.
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