MedicalViewerRegionCreatedEventArgs Constructor

Summary

Initializes a new instance of the MedicalViewerRegionCreatedEventArgs class with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal region As Region, _ 
   ByVal cellIndex As Integer, _ 
   ByVal subCellIndex As Integer, _ 
   ByVal state As MedicalViewerRegionState _ 
) 
            public: 
MedicalViewerRegionCreatedEventArgs(  
   Region^ region, 
   int cellIndex, 
   int subCellIndex, 
   MedicalViewerRegionState state 
) 

Parameters

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly