public MedicalViewerPaintEventArgs(
Graphics graphics,
Rectangle clipRectangle,
int cellIndex,
int subCellIndex
)
Public Function New( _
ByVal graphics As Graphics, _
ByVal clipRectangle As Rectangle, _
ByVal cellIndex As Integer, _
ByVal subCellIndex As Integer _
)
public:
MedicalViewerPaintEventArgs(
Graphics^ graphics,
Rectangle clipRectangle,
int cellIndex,
int subCellIndex
)
graphics
The System.Drawing.Graphics used to paint the item.
clipRectangle
The System.Drawing.Rectangle that represents the rectangle in which to paint.
cellIndex
the index of the cell that that the user tag will be drawn on.
subCellIndex
The zero-based index of the sub-cell that that the user tag will be drawn on.
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