MonobjcMonobjc Documented Class Library
RemoveAnimationForKey Method (key)
NamespacesMonobjc.QuartzCoreCALayerRemoveAnimationForKey(NSString)

Remove the animation attached to the receiver with the specified key.

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

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveAnimationForKey(
	NSString key
)
Public Overridable Sub RemoveAnimationForKey ( _
	key As NSString _
)
public:
virtual void RemoveAnimationForKey(
	NSString^ key
)
Parameters
key (NSString)
The identifier of the animation 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.AppKit (Module: Monobjc.AppKit)