This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, April 15, 2009 7:08:57 PM(UTC)
Groups: Registered
Posts: 74
Hello,
I developed an application using c#.net 2008 and leadtools version 16.Here, i have one rasterimagelist and rasterimageViewer.I displayed all the images in rasterimagelist.If i select one image in rasterimagelist,that image must be shows in the rasterimageviewer. How can?.
Thanks
SSSKKK
#2
Posted
:
Thursday, April 16, 2009 12:41:38 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
You can do this by using the RasterImageList.SelectedItems[0].Image as follows:
rasterImageViewer1.Image = _browser.SelectedItems[0].Image;
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.