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, April 3, 2012 8:06:48 AM(UTC)
L3 Communications

Groups: Registered
Posts: 14


Is there an ability in LT 14.5 medical tools (with COM) that allow the magnifier to act as sort of a "flashlight" effect to increase the intensity of the image where the magnifier is showing?

If so, are there any examples?
Thanks all,
RGH
 

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 : Wednesday, April 4, 2012 5:49:47 AM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

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

You can use the LEADRasterView.MagGlassPaintIntensity property. The code will be something as follows:
+----------------+
LEADRasterView1.MagGlassPaintIntensity = LEADRasterView1.MagGlassPaintIntensity + 200

' Starting the Magnifying Glass
nStatus = LEADRasterView1.StartMagGlass(100, 100, 400, RGB(255, 0, 0), RGB(128, 128, 128), False, 1, False, CROSSHAIR_FINE, True, True)
+----------------+

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
#3 Posted : Thursday, April 5, 2012 11:46:41 AM(UTC)
L3 Communications

Groups: Registered
Posts: 14


Oh ow, this is very encouraging. I did not realize this call was in the DLL. I have tried it and I see no difference, yet I will continue to experiment. Much thanks for taking the time to list the example.
rgh
 
#4 Posted : Tuesday, May 22, 2012 8:37:15 AM(UTC)
L3 Communications

Groups: Registered
Posts: 14


Just coming back to say that your suggestion worked perfectly once I got the "calls" in the proper order
 
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.066 seconds.