[06 Dec 2009] CopyBrush question...
Posted: Sat Jun 13, 2020 5:32 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 06 Dec 2009 15:19:34 -0000
Hi ALL! I wonder why I can do:
but not:
If I need to get a buffer to work with my picture and then copy back to the same picture id(to display it), how I can?
Thanks to all!
Simone
Hi ALL! I wonder why I can do:
Code: Select all
CopyBrush(MyPic, 1)
Code: Select all
CopyBrush(1, MyPic)
Thanks to all!
Simone