MonobjcMonobjc Documented Class Library
ApplyArgumentsOptions Method (k, args, dict)
NamespacesMonobjc.QuartzCoreCIFilterApplyArgumentsOptions(CIKernel, NSArray, NSDictionary)

Produces a CIImage object by applying arguments to a kernel function and using options to control how the kernel function is evaluated.

Original signature is '- (CIImage *)apply:(CIKernel *)k arguments:(NSArray *)args options:(NSDictionary *)dict'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CIImage ApplyArgumentsOptions(
	CIKernel k,
	NSArray args,
	NSDictionary dict
)
Public Overridable Function ApplyArgumentsOptions ( _
	k As CIKernel, _
	args As NSArray, _
	dict As NSDictionary _
) As CIImage
public:
virtual CIImage^ ApplyArgumentsOptions(
	CIKernel^ k, 
	NSArray^ args, 
	NSDictionary^ dict
)
Parameters
k (CIKernel)
A CIKernel object that contains a kernel function.
args (NSArray)
The arguments that are type compatible with the function signature of the kernel function.
dict (NSDictionary)
A dictionary that contains options (key-value pairs) to control how the kernel function is evaluated.
Return Value
The CIImage object produced by a filter.
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)