MonobjcMonobjc Documented Class Library
kCISamplerWrapMode Field
NamespacesMonobjc.QuartzCoreCISamplerkCISamplerWrapMode

The key for the sampler wrap mode. The wrap mode specifies how Core Image produces pixels that are outside the extent of the sample. Possible values are kCISamplerWrapBlack and kCISamplerWrapClamp.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kCISamplerWrapMode
Public Shared ReadOnly kCISamplerWrapMode As NSString
public:
static initonly NSString^ kCISamplerWrapMode
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)