This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, April 3, 2012 8:06:48 AM(UTC)
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
#2
Posted
:
Wednesday, April 4, 2012 5:49:47 AM(UTC)
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)
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)
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.