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

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.