MonobjcMonobjc Documented Class Library
InitWithViewAnimations Method (viewAnimations)
NamespacesMonobjc.AppKitNSViewAnimationInitWithViewAnimations(NSArray)

Returns an NSViewAnimation object initialized with the supplied information.

Original signature is '- (id)initWithViewAnimations:(NSArray *)viewAnimations'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithViewAnimations(
	NSArray viewAnimations
)
Public Overridable Function InitWithViewAnimations ( _
	viewAnimations As NSArray _
) As Id
public:
virtual Id^ InitWithViewAnimations(
	NSArray^ viewAnimations
)
Parameters
viewAnimations (NSArray)
An array of NSDictionary objects. Each dictionary specifies a view or window to animate and the effect to apply. viewAnimations can be nil, but you must later set the required array of dictionaries with setViewAnimations: if you want to use the capabilities of the NSViewAnimation class. See“View Animation Dictionary Keys” for a description of valid keys and values for dictionaries in viewAnimations.
Return Value
The created NSViewAnimation object or nil if there was a problem initializing the object.
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)