←Select platform

MedicalViewerRequestedFramesInformationEventArgs Constructor

Summary

Initializes a new instance of the MedicalViewerRequestedFramesInformationEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal cellIndex As Integer, _ 
   ByVal requestedFramesIndexes() As Integer _ 
) 
             
            public: 
MedicalViewerRequestedFramesInformationEventArgs(  
   int cellIndex, 
   array<int>^ requestedFramesIndexes 
) 
             

Parameters

cellIndex
The index of the cell on which the user tag will be drawn.

requestedFramesIndexes
Array of requested frame indexes.

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