Exporting image from iosCanvas

hi,
i have a draw (from pointerdown, pointerdrag) that i want to export to jpg or png from an iosCanvas…

how ? ios documentations is a little bit empty…

Presumably you have a dataset tracking where to draw that you use in the canvas paint event. Just reference that again and draw to the graphics context of a picture instead of the canvas graphics object

Thanks Jason :slight_smile: