Creates and returns a sampler that references an image.
Original signature is '+ (CISampler *)samplerWithImage:(CIImage *)im'
Available in 4 and later.


- im (CIImage)
- The image that you want the sampler to reference.

A sampler object that references the image specified by the im argument.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)