Copies the image in Rosetta's image memory buffer into the system clipboard
Usage:
imgToMember (object me)
Parameters:
None
Returns:
(integer) - The success code
Example:
xtRose = xtra("Rosetta").new( )
xtRose.imgOpen( "C:\windows\winnt.bmp" )
xtRose.imgToClipboard( )
Notes:
Most windows applications do not understand alpha channels data and will not parse images correctly if the image is 32 bit. imgToClipboard copies the image without the alpha channel data into the system clipboard.