This is what I have tried:
Code: Select all
select img "iMapView" of grp "grpMap"
drag from tXa, tYa to tXb, tYb
Code: Select all
drag from tXa, tYa to tXb, tYb on img "iMapView" of grp "grpMap"
The only option I saw was to lockScreen, copy the image up to a new image object, draw on it, copy it back, then unlock screen. I am hoping I just missed something in the docs, but they all describe all painting in terms of actual or script simulated user interaction via mouse. The only other option I saw was doing it bit by bit on the imageData, which complexity I am hoping to avoid.
Thanks, Walt