The MedicalViewerDrawingAnnotationsEventArgs class provides data for the MedicalViewerBaseCell.StartDrawingAnnotation event.
public MedicalViewerDrawingAnnotationsEventArgs(
int subCellIndex,
AnnObject annObject,
MedicalViewerActionType type,
AnnContainer container
)
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 _
)
public:
MedicalViewerDrawingAnnotationsEventArgs(
int subCellIndex,
Leadtools.Annotations.Core.AnnObject^ annObject,
Leadtools.Medicalviewer.MedicalViewerActionType type,
Leadtools.Annotations.Core.AnnContainer^ container
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET