NSViewAnimation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSViewAnimation() | |
NSViewAnimation(NSCoder) | |
NSViewAnimation(NSDictionary[]) | |
NSViewAnimation(NSObjectFlag) | |
NSViewAnimation(IntPtr) |
NSViewAnimation()
NSViewAnimation(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSViewAnimation (Foundation.NSCoder coder);
new AppKit.NSViewAnimation : Foundation.NSCoder -> AppKit.NSViewAnimation
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSViewAnimation(NSDictionary[])
[Foundation.Export("initWithViewAnimations:")]
public NSViewAnimation (Foundation.NSDictionary[] viewAnimations);
new AppKit.NSViewAnimation : Foundation.NSDictionary[] -> AppKit.NSViewAnimation
Parameters
- viewAnimations
- NSDictionary[]
- Attributes
Applies to
NSViewAnimation(NSObjectFlag)
protected NSViewAnimation (Foundation.NSObjectFlag t);
new AppKit.NSViewAnimation : Foundation.NSObjectFlag -> AppKit.NSViewAnimation
Parameters
Applies to
NSViewAnimation(IntPtr)
protected internal NSViewAnimation (IntPtr handle);
new AppKit.NSViewAnimation : nativeint -> AppKit.NSViewAnimation
Parameters
- handle
-
IntPtr
nativeint