LEADTOOLS Support
Imaging
Imaging SDK Questions
Draw ControlPaint.Drawgrid that scrolls with the image
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Sunday, November 30, 2008 10:50:03 PM(UTC)
Groups: Registered
Posts: 3
ho can i temporaly draw a grid on the rasterview which scrolls and scales with the displayed image?
(no anntotation!)
#2
Posted
:
Monday, December 1, 2008 4:51:31 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
One way to do that is to draw on the control's Graphics object, which you can obtain using the RasterImageViewer.CreateGraphics Method.
You will need to correct the coordinates for zooming and scrolling. To do that, use the Transformer.PointToLogical Method.
For more information and for a sample code, please check the .NET help files.
LEADTOOLS Support
Imaging
Imaging SDK Questions
Draw ControlPaint.Drawgrid that scrolls with the image
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.