←Select platform

MedicalViewerRegionCreatedEventArgs Constructor (MedicalViewerRegionCreatedEventArgs)

Summary

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

Syntax

C#
VB
C++
public MedicalViewerRegionCreatedEventArgs(  
   Region region, 
   int cellIndex, 
   int subCellIndex, 
   Leadtools.Medicalviewer.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 
) 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize