←Select platform

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 Leadtools.Medicalviewer.MedicalViewerRegionState _ 
) 
             
            public: 
MedicalViewerRegionCreatedEventArgs(  
   Region^ region, 
   int cellIndex, 
   int subCellIndex, 
   Leadtools.Medicalviewer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly