←Select platform

MedicalViewerSpyGlassStartedEventArgs Constructor

Summary

Initializes a new instance of the MedicalViewerSpyGlassStartedEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal image As Leadtools.RasterImage, _ 
   ByVal cellIndex As Integer, _ 
   ByVal subCellIndex As Integer _ 
) 
             
            public: 
MedicalViewerSpyGlassStartedEventArgs(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly