"Michael Nadel" <[EMAIL PROTECTED]> wrote:
Is there a way to take a part of the screen, (for example the Rect(19, 54,
602, 418)) and make whatever appears on the screen in that rect into a
bitmap cast member (to be able to print it as a single member)?
Hi Michael,
If the area is part of the Director stage, then you can tray:
vImage = (the stage).image.crop(rect19, 54, 602, 418))
vMember = new(#bitmap)
vMember.image = vImage
If the area belongs to another application, then you will need to use an
xtra.
<http://www.updatestage.com/products_table.html#Screen%20capture>
Cheers,
James
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]