언어 설정

Menu
Sites
Language
Draw on canvas

Hi,
I have Form class inside my App.
I am able to get pointer to canvas of Form using this->GetCanvasN().
If I want draw on canvas should I overload Form/Panel method OnDraw() and show current instance of canvas using pCanvas->Show() always there?

Are there another ways to show created on canvas content?
I did not find still.
Thank you in advance.
Alexey.

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 댓글
muditha murthy
AFAIK the above mentioned overriding and showing the canvas instance is the way.
Alex Dem
Thank you. Alexey.