MedicalViewerDrawingAnnotationsEventArgs Class

Summary

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

Syntax
C#
VB
C++
public class MedicalViewerDrawingAnnotationsEventArgs : EventArgs 
  
Public Class MedicalViewerDrawingAnnotationsEventArgs  
   Inherits System.EventArgs 
            public ref class MedicalViewerDrawingAnnotationsEventArgs : public System.EventArgs  

Remarks

This class is sent by the event MedicalViewerBaseCell.StartDrawingAnnotation. The event MedicalViewerBaseCell.StartDrawingAnnotation is fired right before drawing the annotation object using the Medical Viewer actions. For more information on the action, refer to AddAction.

The event MedicalViewerBaseCell.StartDrawingAnnotation is used to set any default annotation value.

Example

For an example, refer to MedicalViewerBaseCell.StartDrawingAnnotation.

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