MedicalViewerTagInformation Constructor(int,MedicalViewerTagAlignment,string,MedicalViewerTagType)

Summary

Initializes a new instance of the MedicalViewerTagInformation class, with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal position As Integer, _ 
   ByVal alignment As MedicalViewerTagAlignment, _ 
   ByVal text As String, _ 
   ByVal type As MedicalViewerTagType _ 
) 
            public: 
MedicalViewerTagInformation(  
   int position, 
   MedicalViewerTagAlignment alignment, 
   String^ text, 
   MedicalViewerTagType type 
) 

Parameters

position
The line at which the overlay text will be drawn.

alignment
An enumerated MedicalViewerTagAlignment value that represents the text alignment.

text
The user text.

type
An enumerated MedicalViewerTagType value that represents the type of tag.

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