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