MonobjcMonobjc Documented Class Library
CISampler Constructor (im, dict)
NamespacesMonobjc.QuartzCoreCISamplerCISampler(CIImage, NSDictionary)

Initializes the sampler with an image object using options specified in a dictionary.

Original signature is '- (id)initWithImage:(CIImage *)im options:(NSDictionary *)dict'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public CISampler(
	CIImage im,
	NSDictionary dict
)
Public Sub New ( _
	im As CIImage, _
	dict As NSDictionary _
)
public:
CISampler(
	CIImage^ im, 
	NSDictionary^ dict
)
Parameters
im (CIImage)
The image to initialize the sampler with.
dict (NSDictionary)
A dictionary that contains options specified as key-value pairs. See “Sampler Option Keys”.
Return Value
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)