public MedicalViewerCellMouseEventArgs(
int ,
int ,
Rectangle ,
Rectangle ,
MouseButtons ,
int ,
int ,
int ,
int
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Rectangle, _
ByVal As Rectangle, _
ByVal As MouseButtons, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim cellIndex As Integer
Dim subCellIndex As Integer
Dim rectangle As Rectangle
Dim imageRectangle As Rectangle
Dim button As MouseButtons
Dim clicks As Integer
Dim x As Integer
Dim y As Integer
Dim delta As Integer
Dim instance As New MedicalViewerCellMouseEventArgs(cellIndex, subCellIndex, rectangle, imageRectangle, button, clicks, x, y, delta)
public:
MedicalViewerCellMouseEventArgs(
int ,
int ,
Rectangle ,
Rectangle ,
MouseButtons ,
int ,
int ,
int ,
int
)