LEADTOOLS Support
Medical
Medical SDK Questions
Is there any way to restore a MedicalViewerCell?
#1
Posted
:
Wednesday, April 22, 2020 12:30:29 AM(UTC)
Groups: Registered
Posts: 21
I'm using LeadTools SDK v20 to develop a medical viewer. Is there any way to restore the images in a MedicalViewer after applying some actions(move/rotate/scale etc) to it?
#2
Posted
:
Thursday, April 23, 2020 1:57:51 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 54
Thanks: 2 times
Was thanked: 10 time(s) in 10 post(s)
Hello Devinzhu,
You can restore the original position, scale, and rotation with the following methods:
MedicalViewerBaseCell.SetOffset(),
MedicalViewerCell.SetScale(),
MedicalViewerCell.RotateImagePerspective()Note that for MedicalViewerCell.RotateImagePerspective, you will need to track the rotation from the initial display. If you are only rotating the image with this method, then you can simply call
MedicalViewerCell.GetRotateImagePerspective().
If you have any other questions, please don't hesitate to reach back out to me.
Thanks,
Josh Clark
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Medical
Medical SDK Questions
Is there any way to restore a MedicalViewerCell?
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.