publicclassMedicalViewerAnnotationRectangle :MedicalViewerAnnotation
PublicClassMedicalViewerAnnotationRectangle
InheritsMedicalViewerAnnotation
publicref classMedicalViewerAnnotationRectangle :publicMedicalViewerAnnotation
To set the properties of the annotation rectangle action, call theMedicalViewerBaseCell.SetActionPropertiesmethod. To retrieve the properties call theMedicalViewerBaseCell.GetActionPropertiesmethod.
The mouse controls the actions as follows:
Click and drag to create a rectangular annotation object. For more information, refer toWorking With Annotations.
This example changes the properties for the rectangle annotation action
usingLeadtools;
usingLeadtools.Codecs;
usingLeadtools.MedicalViewer;
publicvoidMedicalViewerAnnotationRectangleExample()
{
MedicalViewerForm myForm = GetMedicalControl();
MedicalViewer medicalViewer = myForm.Viewer;
MedicalViewerMultiCell cell = (MedicalViewerMultiCell)(medicalViewer.Cells[0]);
MedicalViewerAnnotationRectangle rectangle =newMedicalViewerAnnotationRectangle();
矩形。AnnotationColor =颜色。FromArgb (0, 0, 255);
矩形。Flags = MedicalViewerAnnotationFlags.AllObjects;
矩形。CreateFromCenter =true;
cell.SetActionProperties(MedicalViewerActionType.AnnotationRectangle, rectangle);
myForm.ShowDialog();
}
ImportsLeadtools
ImportsLeadtools.Codecs
ImportsLeadtools.MedicalViewer
PublicSubMedicalViewerAnnotationRectangleExample()
DimmyFormAsMedicalViewerForm = GetMedicalControl()
DimmedicalViewerAsMedicalViewer = myForm.Viewer
DimcellAsMedicalViewerMultiCell =CType(medicalViewer.Cells(0), MedicalViewerMultiCell)
DimrectangleAsMedicalViewerAnnotationRectangle =NewMedicalViewerAnnotationRectangle()
矩形。AnnotationColor =颜色。FromArgb (0, 0, 255)
矩形。Flags = MedicalViewerAnnotationFlags.AllObjects
矩形。CreateFromCenter =True
cell.SetActionProperties(MedicalViewerActionType.AnnotationRectangle, rectangle)
myForm.ShowDialog()
EndSub
Help Collections
Raster.NET|C API|C++ Class Library|HTML5 JavaScript
Document.NET|C API|C++ Class Library|HTML5 JavaScript
Medical.NET|C API|C++ Class Library|HTML5 JavaScript
Medical Web Viewer.NET
188宝金博怎么下载
Media Foundation.NET|C API|Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.