←Select platform

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 Leadtools.Medicalviewer.MedicalViewerTagAlignment, _ 
   ByVal text As String, _ 
   ByVal type As Leadtools.Medicalviewer.MedicalViewerTagType _ 
) 
             
            public: 
MedicalViewerTagInformation(  
   int position, 
   Leadtools.Medicalviewer.MedicalViewerTagAlignment alignment, 
   String^ text, 
   Leadtools.Medicalviewer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly