Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: Access the memory in Lbitmap object
Started by lili at 11-14-2008 8:59. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  11-14-2008, 8:59
lili is not online. Last active: 10/7/2008 7:41:01 PM lili

Top 75 Posts
Joined on 01-16-2008
Posts 32
Access the memory in Lbitmap object
Reply Quote
I wanted to access the data in the Lbitmap object when I rotated the image in it using SetViewPerspective function, I used Access, GetRow, memory lock and Release to do it.
But I could not get rotated image, I just can get original image. Could you tell me how I can get rotated image?

Thanks
   Report 
  11-14-2008, 17:53
jigar is not online. Last active: 12/12/2008 5:08:42 PM jigar



Top 10 Posts
Joined on 08-22-2007
Posts 479
Re: Access the memory in Lbitmap object
Reply Quote
Changing the view perspective only changes how the image is displayed, it doesn't change the image data at all.  You will want to call the Rotate() function to modify the image data.  Then you can call GetRow() to get it.

LEADTOOLS Technical Support
   Report 
Post
LEAD Support Fo... » Developer » Annotations » Re: Access the memory in Lbitmap object

Powered by Community Server, by Telligent Systems