Initializes a new instance of the MedicalViewerCellMouseEventArgs class with explicit parameters.
public MedicalViewerCellMouseEventArgs(
int cellIndex,
int subCellIndex,
Rectangle rectangle,
Rectangle imageRectangle,
MouseButtons button,
int clicks,
int x,
int y,
int delta
)
Public Function New( _
ByVal cellIndex As Integer, _
ByVal subCellIndex As Integer, _
ByVal rectangle As Rectangle, _
ByVal imageRectangle As Rectangle, _
ByVal button As MouseButtons, _
ByVal clicks As Integer, _
ByVal x As Integer, _
ByVal y As Integer, _
ByVal delta As Integer _
)
public:
MedicalViewerCellMouseEventArgs(
int cellIndex,
int subCellIndex,
Rectangle rectangle,
Rectangle imageRectangle,
MouseButtons button,
int clicks,
int x,
int y,
int delta
)
cellIndex
The zero-based index of the cell that received the mouse event.
subCellIndex
The zero-based index of the sub-cell that received the mouse event.
rectangle
The System.Drawing.Rectangle that represents the painting area of the cell or sub-cell.
imageRectangle
The System.Drawing.Rectangle that represents the image rectangle of the cell or sub-cell.
button
One of the System.Windows.Forms.MouseButtons values indicating which mouse button was used to fire this event.
clicks
The number of times a mouse button was pressed.
x
The x-coordinate of the mouse click, in pixels.
y
The y-coordinate of the mouse click, in pixels.
delta
A signed count of the number of detents the wheel has rotated.
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