Take screenshot programmatically
By Serikov
09 May 2014 04:09
English
4 Replies
Hi,
I have form with ListView. I need to take screenshot of this form programmatically. How i can do it?
I try to call: result Tizen::Graphics::Bitmap::Construct(const Rectangle & )
But result bitmap is empty.
Bitmap* screenBmp= new Bitmap;
Rectangle rect = this->GetBounds();
rect.width = 110;
screenBmp->Construct(rect);
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------