LEADTOOLS Support
Medical
Medical SDK Questions
How to check Image has reached original size
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, November 7, 2008 2:19:31 AM(UTC)
Groups: Registered
Posts: 10
Hi,
I'm using Licensed Leadtools version 15.0I have added Zoom Action in medicalviewer.
_medicalviewer.SetAction(MedicalViewerActionType.Scale,MedicalViewerMouseButtons.Left,
MedicalViewerActionFlags.Active)
Its working perfectly.But i want to zoom(+) action not to exceed the Original image Size.
Using this below code i will get the original image size.
_medicalviewer.cells(0).FitImageToCell() = False
But how to check whether the image has reached its original size or not when zoom action is performed.how to do this?.This issues is very urgent. please help me out.
#2
Posted
:
Sunday, November 9, 2008 5:54:53 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Ramya,
Try to use the GetActionProperties method to obtain the properties of the selected action, and pass MedicalViewerActionType.Scale with the cell index.
LEADTOOLS Support
Medical
Medical SDK Questions
How to check Image has reached original size
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.