This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Sunday, December 23, 2012 9:03:38 PM(UTC)
Groups: Registered
Posts: 21
Hi,
need to know how to implement auto focus to image location.
i have an image, once loaded i want the viewer auto focus to somewhere around bottom of page.
can it be done?
i using leadtools v15 c# winform
tq.
#2
Posted
:
Monday, December 24, 2012 5:24:24 AM(UTC)
Groups: Registered
Posts: 256
What do you mean by autofocus? Do you want to zoom specific are of the image? Or do you want to display a specific are of the image (for example display the bottom of the image)?
#3
Posted
:
Sunday, December 30, 2012 3:51:01 PM(UTC)
Groups: Registered
Posts: 21
Yup,
i want to focus to the specific area such as bottom of page.
tq
#4
Posted
:
Sunday, December 30, 2012 9:10:03 PM(UTC)
Groups: Registered
Posts: 256
The following code shows how you can show only the bottom of the image:
===========
...
RasterImageViewer.AutoScroll = true;
RasterImageViewer.ScrollPosition = new Point(X-Position, Y-Position);
===========
If this does not meet your requirement, please let me know.
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.