MedicalViewerDrawingAnnotationsEventArgs Constructor

Summary

The MedicalViewerDrawingAnnotationsEventArgs class provides data for the MedicalViewerBaseCell.StartDrawingAnnotation event.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal subCellIndex As Integer, _ 
   ByVal annObject As AnnObject, _ 
   ByVal type As MedicalViewerActionType, _ 
   ByVal container As AnnContainer _ 
) 
            public: 
MedicalViewerDrawingAnnotationsEventArgs(  
   int subCellIndex, 
   AnnObject^ annObject, 
   MedicalViewerActionType type, 
   AnnContainer^ container 
) 

Parameters

subCellIndex
the sub-cell index of the cell that has the annotation container that fired the event.

annObject
the annotation object to be created.

type
MedicalViewerActionType enumeration that represents the type of the annotation object to be created.

container
Leadtools.Annotations.Engine.AnnContainer the annotation container that fired the event.

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