iOSCanvas question

Can I get iOSCanvas content and put it in a iOSImage or iOSBitmap? If yes, how can I do it?

You can definitely work the other way (draw an iOSImage/bitmap into an iOSCanvas. Although it is likely possible with declares I think you may need to rethink your design if you feel like you need to do it this way since the canvas is designed to work the other way.

Thank you Jason, I will keep this in mind.