Is there a way to grab the image from a graphics element other than by
iterating through the pixels one at a time:
dim B as Picture
for x = 0 to me.width -1
for y = 0 to me.height -1
B.Graphics.Pixel(x,y) = graphics.Pixel(x,y)
next y
next x
It works, but takes forever.
I'm looking for something that is the inverse of graphics.DrawPicture.
-Tom
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>