MonobjcMonobjc Documented Class Library
BeginPictureTakerWithDelegateDidEndSelectorContextInfo Method (delegate, didEndSelector, contextInfo)
NamespacesMonobjc.QuartzIKImagePickerBeginPictureTakerWithDelegateDidEndSelectorContextInfo(Id, IntPtr, IntPtr)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void BeginPictureTakerWithDelegateDidEndSelectorContextInfo(
	Id delegate,
	IntPtr didEndSelector,
	IntPtr contextInfo
)
Public Overridable Sub BeginPictureTakerWithDelegateDidEndSelectorContextInfo ( _
	delegate As Id, _
	didEndSelector As IntPtr, _
	contextInfo As IntPtr _
)
public:
virtual void BeginPictureTakerWithDelegateDidEndSelectorContextInfo(
	Id^ delegate, 
	IntPtr didEndSelector, 
	IntPtr contextInfo
)
Parameters
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)