MonobjcMonobjc Documented Class Library
QCCompositionProtocolImageFilter Field
NamespacesMonobjc.QuartzQCCompositionQCCompositionProtocolImageFilter

A composition that applies an effect to a source image. A conforming composition must use the input key QCCompositionInputImageKey for the source image and QCCompositionOutputImageKey for the output image. The composition can optionally use QCCompositionInputXKey to specify the X position of the center point of the effect, QCCompositionInputYKey to specify the Y position of the center point of the effect, andQCCompositionInputPreviewModeKey to indicate if the animation should run in lower-quality for preview purposes.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString QCCompositionProtocolImageFilter
Public Shared ReadOnly QCCompositionProtocolImageFilter As NSString
public:
static initonly NSString^ QCCompositionProtocolImageFilter
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.Quartz (Module: Monobjc.Quartz)