Previous - imgToClipboard Section Home - Images Next - imgPrint


imgToObject ( )

Copies the image in Rosetta's image buffer to a Director image object

Usage:

imgToObject (object me)

Parameters:

None

Returns:

(object) - image object

Example:

xtRose = xtra("Rosetta").new( )
xtRose.imgOpen( "C:\windows\winnt.bmp" )
img = xtRose.imgToObject( )

Notes:

This function only works in Director 8.5 or higher.

This function is not supported in Authorware.


Previous - imgToClipboard Section Home - Images Next - imgPrint