←Select platform

MedicalViewerPaintEventArgs Constructor

Summary

Initializes a new instance of the MedicalViewerPaintEventArgs class.

Syntax

C#
VB
C++
  
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 
) 
             

Parameters

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.

Example

For an example, refer to CustomPaint

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly