How do you take snapshots of an iPhone screen within a C# application?
Posted
by Kovu
on Stack Overflow
See other posts from Stack Overflow
or by Kovu
Published on 2010-04-16T17:13:30Z
Indexed on
2010/04/16
18:33 UTC
Read the original article
Hit count: 140
I would like to be able to take a snapshot of the screen of an attached iPhone from within a C# application I am writing for Windows, similar to how Xcode's Organizer takes snapshots.
I have heard that you can use ITunesMobileDevice.dll to communicate with an attached iPhone, but I don't know how to take snapshots using this library. Does anyone have an idea how to do this?
© Stack Overflow or respective owner