Getting raw display data from NSView

Posted by caballo7 on Stack Overflow See other posts from Stack Overflow or by caballo7
Published on 2010-05-28T03:01:29Z Indexed on 2010/05/28 3:11 UTC
Read the original article Hit count: 253

Filed under:
|

hi--

my goal is to send an NSView over the wire. i was wondering whether there was a way to get the raw display data contained in an NSView so that I can send this data over the wire and re-display this at the destination.

thanks.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about nsview