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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly