NSAnimationContext.RunAnimation Method
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
RunAnimation(Action<NSAnimationContext>) | |
RunAnimation(Action<NSAnimationContext>, Action) |
RunAnimation(Action<NSAnimationContext>)
[Foundation.Export("runAnimationGroup:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public static void RunAnimation (Action<AppKit.NSAnimationContext> changes);
static member RunAnimation : Action<AppKit.NSAnimationContext> -> unit
Parameters
- changes
- Action<NSAnimationContext>
- Attributes
Applies to
RunAnimation(Action<NSAnimationContext>, Action)
[Foundation.Export("runAnimationGroup:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public static void RunAnimation (Action<AppKit.NSAnimationContext> changes, Action completionHandler);
static member RunAnimation : Action<AppKit.NSAnimationContext> * Action -> unit
Parameters
- changes
- Action<NSAnimationContext>
- completionHandler
- Action
- Attributes