Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, March 10, 2009 2:40:14 PM(UTC)

jay  
jay

Groups: Registered
Posts: 8


First of all i'm using MedicalViewer to develop, and i want to figure out how i can apply MedicalViewer actions in certain image only.
For example, there are 5 loaded images in the one cell, and i want to rotate one certain image, how can i set and apply rotation action for this case ?
Again, i do have only one cell, not multiple cells.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Thursday, March 12, 2009 12:20:40 AM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

What is the programming interface (API, .Net, etc.) that you use?
If you are using LEADTOOLS .Net programming interface, you can use the RotateImagePerspective method to rotate the perspective of the image with the specified sub-cell index by a specified rotation angle.

Viewer.Cells[cellIndex].RotateImagePerspective(1, 0);

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
#3 Posted : Thursday, March 12, 2009 7:07:29 AM(UTC)

jay  
jay

Groups: Registered
Posts: 8


I'm using .Net C# class library, and i couldn't find the 'RotateImagePerspective()' method in leadtools programming document. Is it new method ? Then, what parameter is first and second ?

I have one more question.
Does it have same function('RotateImagePerspective()' ) for other actions like window level, zoom, Offset and Flip ?

Please let me know.




 
#4 Posted : Sunday, March 15, 2009 1:23:33 AM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

The RotateImagePerspective Method is available in LEADTOOLS Version 16. Are you using LEADTOOLS v16?

About your other question, if you need to flip the image, you can use the FlipImage method. For window level, zoom and Offset, you can use the SetActionProperties and pass Medical viewer action type with the index of the sub-cell. For more information, please refer to the LEADTOOLS documentation.

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.058 seconds.