Initializes a new instance of the MedicalViewerRegionCreatedEventArgs class with explicit parameters.
public MedicalViewerRegionCreatedEventArgs(
Region region,
int cellIndex,
int subCellIndex,
MedicalViewerRegionState state
)
Public Function New( _
ByVal region As Region, _
ByVal cellIndex As Integer, _
ByVal subCellIndex As Integer, _
ByVal state As Leadtools.Medicalviewer.MedicalViewerRegionState _
)
public:
MedicalViewerRegionCreatedEventArgs(
Region^ region,
int cellIndex,
int subCellIndex,
Leadtools.Medicalviewer.MedicalViewerRegionState state
)
region
A System.Drawing.Region object that has been added or changed.
cellIndex
The zero-based index of the cell that received the region update.
subCellIndex
The zero-based index of the sub-cell that received the region update.
state
An enumerated MedicalViewerRegionState value that represents the type of the region update made.
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