MonobjcMonobjc Documented Class Library
SamplerWithImageKeysAndValues Method (im, keysAndValues)
NamespacesMonobjc.QuartzCoreCISamplerSamplerWithImageKeysAndValues(CIImage, array<Object>[]()[][])

Creates and returns a sampler that references an image using options specified as key-value pairs.

Original signature is '+ (CISampler *)samplerWithImage:(CIImage *)im keysAndValues:key0,...'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CISampler SamplerWithImageKeysAndValues(
	CIImage im,
	params Object[] keysAndValues
)
Public Shared Function SamplerWithImageKeysAndValues ( _
	im As CIImage, _
	ParamArray keysAndValues As Object() _
) As CISampler
public:
static CISampler^ SamplerWithImageKeysAndValues(
	CIImage^ im, 
	... array<Object^>^ keysAndValues
)
Parameters
im (CIImage)
The image that you want the sampler to reference.
keysAndValues (array<Object>[]()[][])
MISSING
Return Value
A sampler that references the image specified by the im argument and uses the specified options.
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)