Initializes a new instance of the MedicalViewerPaintInformationEventArgs class with explicit parameters.
public MedicalViewerPaintInformationEventArgs(Graphics graphics,Rectangle rectangle,Rectangle imageRectangle,int cellIndex,int subCellIndex)
Public Function New( _ByVal graphics As Graphics, _ByVal rectangle As Rectangle, _ByVal imageRectangle As Rectangle, _ByVal cellIndex As Integer, _ByVal subCellIndex As Integer _)
public:MedicalViewerPaintInformationEventArgs(Graphics^ graphics,Rectangle rectangle,Rectangle imageRectangle,int cellIndex,int subCellIndex)
graphics
The System.Drawing.Graphics used to paint the cell or the sub-cell.
rectangle
The System.Drawing.Rectangle that represents the rectangle in which to paint.
imageRectangle
The System.Drawing.Rectangle that represents the image rectangle for the cell or sub-cell.
cellIndex
The zero-based index of the cell that is to be painted.
subCellIndex
The zero-based index of the sub-cell that is to be painted.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
