MedicalViewerAnnotationHilite Class

Summary
Represents the class that contains the properties of the annotation hilite action.
Syntax
C#
VB
C++
publicclassMedicalViewerAnnotationHilite :MedicalViewerAnnotation
PublicClassMedicalViewerAnnotationHiliteInheritsMedicalViewerAnnotation
publicref classMedicalViewerAnnotationHilite :publicMedicalViewerAnnotation
Remarks
Example

This example sets the properties for the hilite annotation action.

C#
VB
usingLeadtools;usingLeadtools.Codecs;usingLeadtools.MedicalViewer;publicvoidMedicalViewerAnnotationHiliteExample1(){MedicalViewerForm myForm = GetMedicalControl();MedicalViewer医生alViewer = myForm.Viewer;MedicalViewerMultiCell cell = (MedicalViewerMultiCell)(medicalViewer.Cells[0]);MedicalViewerAnnotationHilite hilite =newMedicalViewerAnnotationHilite();hilite.AnnotationColor = Color.FromArgb(0, 0, 255);hilite.Flags = MedicalViewerAnnotationFlags.AllObjects;hilite.CreateFromCenter =true;cell.SetActionProperties(MedicalViewerActionType.AnnotationHilite, hilite);myForm.ShowDialog();}
ImportsLeadtoolsImportsLeadtools.CodecsImportsLeadtools.MedicalViewerPublicSubMedicalViewerAnnotationHiliteExample1()DimmyFormAsMedicalViewerForm = GetMedicalControl()DimmedicalViewerAsMedicalViewer = myForm.ViewerDimcellAsMedicalViewerMultiCell =CType(medicalViewer.Cells(0), MedicalViewerMultiCell)DimhiliteAsMedicalViewerAnnotationHilite =NewMedicalViewerAnnotationHilite()hilite.AnnotationColor = Color.FromArgb(0, 0, 255)hilite.Flags = MedicalViewerAnnotationFlags.AllObjectshilite.CreateFromCenter =Truecell.SetActionProperties(MedicalViewerActionType.AnnotationHilite, hilite)myForm.ShowDialog()EndSub
Requirements

Target Platforms

Leadtools.MedicalViewer Assembly
188金宝搏的网址客服|Support|Contact Us|Intellectual Property Notices
© 1991-2021LEAD Technologies, Inc.All Rights Reserved.