MonobjcMonobjc Documented Class Library
BeginPictureTakerSheetForWindowWithDelegateDidEndSelectorContextInfo Method (aWindow, delegate, didEndSelector, contextInfo)
NamespacesMonobjc.QuartzIKImagePickerBeginPictureTakerSheetForWindowWithDelegateDidEndSelectorContextInfo(NSWindow, Id, IntPtr, IntPtr)

Opens a picture taker as a sheet whose parent is the specified window.

Original signature is '- (void)beginPictureTakerSheetForWindow:(NSWindow *)aWindow withDelegate:(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 BeginPictureTakerSheetForWindowWithDelegateDidEndSelectorContextInfo(
	NSWindow aWindow,
	Id delegate,
	IntPtr didEndSelector,
	IntPtr contextInfo
)
Public Overridable Sub BeginPictureTakerSheetForWindowWithDelegateDidEndSelectorContextInfo ( _
	aWindow As NSWindow, _
	delegate As Id, _
	didEndSelector As IntPtr, _
	contextInfo As IntPtr _
)
public:
virtual void BeginPictureTakerSheetForWindowWithDelegateDidEndSelectorContextInfo(
	NSWindow^ aWindow, 
	Id^ delegate, 
	IntPtr didEndSelector, 
	IntPtr contextInfo
)
Parameters
aWindow (NSWindow)
The parent window of the picture taker sheet.
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)