MonobjcMonobjc Documented Class Library
ExportKeyFromObjectWithName Method (key, targetObject, exportedKeyName)
NamespacesMonobjc.QuartzCoreCIFilterGeneratorExportKeyFromObjectWithName(NSString, Id, NSString)

Exports an input or output key of an object in the filter chain.

Original signature is '- (void)exportKey:(NSString *)key fromObject:(id)targetObject withName:(NSString *)exportedKeyName'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ExportKeyFromObjectWithName(
	NSString key,
	Id targetObject,
	NSString exportedKeyName
)
Public Overridable Sub ExportKeyFromObjectWithName ( _
	key As NSString, _
	targetObject As Id, _
	exportedKeyName As NSString _
)
public:
virtual void ExportKeyFromObjectWithName(
	NSString^ key, 
	Id^ targetObject, 
	NSString^ exportedKeyName
)
Parameters
key (NSString)
The key to export from the target object (for example, inputImage).
targetObject (Id)
The object associated with the key (for example, the filter).
exportedKeyName (NSString)
A unique name to use for the exported key. Pass nil to use the original key name.
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)