←Select platform

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 Leadtools.Annotations.Core.AnnObject, _ 
   ByVal type As Leadtools.Medicalviewer.MedicalViewerActionType, _ 
   ByVal container As Leadtools.Annotations.Core.AnnContainer _ 
) 
             

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.Core.AnnContainer the annotation container that fired the event.

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