MedicalViewerSpyGlassStartedEventArgs Constructor

Summary

Initializes a new instance of the MedicalViewerSpyGlassStartedEventArgs class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal image As RasterImage, _ 
   ByVal cellIndex As Integer, _ 
   ByVal subCellIndex As Integer _ 
) 
            public: 
MedicalViewerSpyGlassStartedEventArgs(  
   RasterImage^ image, 
   int cellIndex, 
   int subCellIndex 
) 

Parameters

image
A copy of the image that will be displayed on the spy glass.

cellIndex
A Zero-based index of the cell that contains the image.

subCellIndex
A Zero-based index of the sub-cell that contains the image

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