语言

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.

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

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