Take screenshot programmatically

Take screenshot programmatically

BY 09 May 2014 Native Application Development

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);



 

Written by