public MedicalViewerPaintInformationEventArgs(
Graphics ,
Rectangle ,
Rectangle ,
int ,
int
)
'Declaration
Public Function New( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As Rectangle, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim graphics As Graphics
Dim rectangle As Rectangle
Dim imageRectangle As Rectangle
Dim cellIndex As Integer
Dim subCellIndex As Integer
Dim instance As New MedicalViewerPaintInformationEventArgs(graphics, rectangle, imageRectangle, cellIndex, subCellIndex)
public:
MedicalViewerPaintInformationEventArgs(
Graphics^ ,
Rectangle ,
Rectangle ,
int ,
int
)