MonobjcMonobjc Documented Class Library
SetROISelector Method (aMethod)
NamespacesMonobjc.QuartzCoreCIKernelSetROISelector(IntPtr)

Sets the selector used to query the region of interest of the kernel.

Original signature is '- (void)setROISelector:(SEL)aMethod'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetROISelector(
	IntPtr aMethod
)
Public Overridable Sub SetROISelector ( _
	aMethod As IntPtr _
)
public:
virtual void SetROISelector(
	IntPtr aMethod
)
Parameters
aMethod (IntPtr)
A selector name.
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.AppKit (Module: Monobjc.AppKit)