[06 Dec 2009] CopyBrush question...

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
User avatar
Tuxedo
Posts: 355
Joined: Sun Feb 14, 2010 12:41 pm

[06 Dec 2009] CopyBrush question...

Post by Tuxedo »

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:

Code: Select all

CopyBrush(MyPic, 1)
but not:

Code: Select all

CopyBrush(1, MyPic)
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
Simone"Tuxedo"Monsignori, Perugia, ITALY.
PEB
Posts: 592
Joined: Sun Feb 21, 2010 1:28 am

[06 Dec 2009] Re: CopyBrush question...

Post by PEB »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 6 Dec 2009 09:59:10 -0800 (PST)

Try this:

Code: Select all

MyPic=CopyBrush(1, NIL)
User avatar
Tuxedo
Posts: 355
Joined: Sun Feb 14, 2010 12:41 pm

[06 Dec 2009] Re: CopyBrush question...

Post by Tuxedo »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 06 Dec 2009 21:49:30 -0000

Thank you VERY MUCH!

Simone
Simone"Tuxedo"Monsignori, Perugia, ITALY.
Locked