Opens a picture taker pane.
Original signature is '- (void)beginPictureTakerWithDelegate:(id)delegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |

- delegate (Id)
- The object that will invoke the selector didEndSelector when the picture taker session terminates.
- didEndSelector (IntPtr)
- The selector to invoke when the picture taker session terminates.
- contextInfo (IntPtr)
- Any data that must be passed as an argument to the delegate through didEndSelector after the picture taker session terminates.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)