MonobjcMonobjc Documented Class Library
DisconnectObjectWithKeyToObjectWithKey Method (sourceObject, key, targetObject, targetKey)
NamespacesMonobjc.QuartzCoreCIFilterGeneratorDisconnectObjectWithKeyToObjectWithKey(Id, NSString, Id, NSString)

Removes the connection between two objects in the filter chain.

Original signature is '- (void)disconnectObject:(id)sourceObject withKey:(NSString *)key toObject:(id)targetObject withKey:(NSString *)targetKey'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DisconnectObjectWithKeyToObjectWithKey(
	Id sourceObject,
	NSString key,
	Id targetObject,
	NSString targetKey
)
Public Overridable Sub DisconnectObjectWithKeyToObjectWithKey ( _
	sourceObject As Id, _
	key As NSString, _
	targetObject As Id, _
	targetKey As NSString _
)
public:
virtual void DisconnectObjectWithKeyToObjectWithKey(
	Id^ sourceObject, 
	NSString^ key, 
	Id^ targetObject, 
	NSString^ targetKey
)
Parameters
sourceObject (Id)
A CIFilter object, a CIImage object, or a the path (an NSString or NSURL object) to an image.
key (NSString)
MISSING
targetObject (Id)
The object that you want to disconnect the source object from.
targetKey (NSString)
The key that specifies the target that the source object is currently connected to.
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)