Skip to content

Instantly share code, notes, and snippets.

@houbysoft
Created September 1, 2012 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save houbysoft/3581098 to your computer and use it in GitHub Desktop.
Save houbysoft/3581098 to your computer and use it in GitHub Desktop.
NSRect myRect = [self convertRect:self.bounds toView:nil];
NSPoint myPoint = [self.window convertBaseToScreen:myRect.origin];
screenshotRect = NSMakeRect(myPoint.x, myPoint.y, myRect.size.width, myRect.size.height);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment