MonobjcMonobjc Documented Class Library
NSShowAnimationEffect Method (animationEffect, centerLocation, size, animationDelegate, didEndSelector, contextInfo)
NamespacesMonobjc.AppKitAppKitFrameworkNSShowAnimationEffect(NSAnimationEffect, NSPoint, NSSize, Id, IntPtr, IntPtr)

Runs a system animation effect.

Original signature is 'void NSShowAnimationEffect ( NSAnimationEffect animationEffect, NSPoint centerLocation, NSSize size, id animationDelegate, SEL didEndSelector, void *contextInfo );'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void NSShowAnimationEffect(
	NSAnimationEffect animationEffect,
	NSPoint centerLocation,
	NSSize size,
	Id animationDelegate,
	IntPtr didEndSelector,
	IntPtr contextInfo
)
Public Shared Sub NSShowAnimationEffect ( _
	animationEffect As NSAnimationEffect, _
	centerLocation As NSPoint, _
	size As NSSize, _
	animationDelegate As Id, _
	didEndSelector As IntPtr, _
	contextInfo As IntPtr _
)
public:
static void NSShowAnimationEffect(
	NSAnimationEffect animationEffect, 
	NSPoint centerLocation, 
	NSSize size, 
	Id^ animationDelegate, 
	IntPtr didEndSelector, 
	IntPtr contextInfo
)
Parameters
animationEffect (NSAnimationEffect)
MISSING
centerLocation (NSPoint)
MISSING
size (NSSize)
MISSING
animationDelegate (Id)
MISSING
didEndSelector (IntPtr)
MISSING
contextInfo (IntPtr)
MISSING
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)