Re: Getting the image of a window?
Re: Getting the image of a window?
- Subject: Re: Getting the image of a window?
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 24 Aug 2001 22:40:07 +0100
On Friday, August 24, 2001, at 02:22 pm, email@hidden
wrote:
Be warned, sometimes, if another app's updating the screen when this
code runs, weird things happen. I've tried capturing the screen, but
that throws up a display mask and lets me capture a nice, big black
rectangle. Oh well.
Use a CoreGraphics call to lock the screen.
-- Finlay