MedicalViewerCustomAnnotationArgs Constructor

Summary

Initializes a new instance of the MedicalViewerCustomAnnotationArgs class with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal action As MedicalViewerActionType, _ 
   ByVal requestedObject As MedicalViewerCustomAnnotationRequestedObject _ 
) 
            public: 
MedicalViewerCustomAnnotationArgs(  
   MedicalViewerActionType action, 
   MedicalViewerCustomAnnotationRequestedObject requestedObject 
) 

Parameters

action
the action that determines the kind of annotation information that is needed.

requestedObject
an enumeration that represents the type of the requested data.

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