What's the recommended approach to change the way the WhiteBoard
component draws its shapes? My scenario: I'm using the SharedWhiteBoard
component as an overlay inside of other UIComponents (Flex 4.1), so the
user can draw on top of video, graphics, etc. But, my container is
resizable, and the content scales to fit the container. In the case of a
video, I want to essentially position the whiteboard's corners to match
the video's corners, but I'd like to adjust scale too. Can I do this all
by jus...