I know it's not possible right now, but is it possible to add this in future?
Code: Select all
If CreateImage(0, w, h) And CreateImage(1, ww, hh)
If StartDrawing(ImageOutput(0))
...
If StartDrawing(ImageOutput(1))
...
StopDrawing(1)
EndIf
...
StopDrawing(0)
EndIf
EndIf