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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 Apryse Sofware Corp. All Rights Reserved.

Leadtools.MedicalViewer Assembly