MonobjcMonobjc Documented Class Library
RemoveOutputPortForKey Method (key)
NamespacesMonobjc.QuartzQCPlugInRemoveOutputPortForKey(NSString)

Removes the output port for a given key.

Original signature is '- (void) removeOutputPortForKey:(NSString*)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveOutputPortForKey(
	NSString key
)
Public Overridable Sub RemoveOutputPortForKey ( _
	key As NSString _
)
public:
virtual void RemoveOutputPortForKey(
	NSString^ key
)
Parameters
key (NSString)
The key associated with the port that you want to remove.
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)