This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Sunday, January 28, 2007 8:38:54 PM(UTC)
Groups: Registered
Posts: 7
hello ^^
I wish loading Imagelist bitmap to
rasterview..
but failed..
I use RasterIO (COM object).
I want
in RasterView open leadImgList.item(x).bitmap
and processing, and
leadimglist.item(x).bitmap = rasterview.raster
.......
sorry I'm not American..
few days ago, thanks to autolevel method
made it! ^^
#2
Posted
:
Monday, January 29, 2007 2:55:37 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
If you want to copy a bitmap between the Raster object of a LEADRasterView control and the items of LEAD Raster Image List control, you can use:
leadimglist.Item(x).Bitmap = rasterview.Raster.Bitmap
and
rasterview.Raster.Bitmap = leadimglist.Item(x).Bitmap
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.