tags:

views:

401

answers:

1

Hi all,

I wonder which component to extend in Flex 3 in order to make a drawing stage.

A: 

From the docs at http://livedocs.adobe.com/flex/3/html/help.html?content=Drawing_Vector_Graphics_1.html#153021

You can draw with ActionScript on any Shape, Sprite, or MovieClip instance, using the graphics property defined in each of those classes.

Christophe Herreman
Yes i know that but i wonder if i should extend Canvas or other flex component
chchrist
There is no special need to extend Canvas or any other UIComponent subclass. You can extend one of the classes listed above or Canvas or any other UIComponent if you want.
Christophe Herreman