11-07-2008, 7:24
|
ramya palaniraj
Joined on 07-07-2008
Posts 24
|
How to check Image has reached original size
|
 
 
|
|
|
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.
|
|
|
|
|
Report
|
|
|
|