NSGraphics.ShowAnimationEffect 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
ShowAnimationEffect(NSAnimationEffect, CGPoint, CGSize, Action) | |
ShowAnimationEffect(NSAnimationEffect, CGPoint, CGSize, NSObject, Selector, IntPtr) |
ShowAnimationEffect(NSAnimationEffect, CGPoint, CGSize, Action)
public static void ShowAnimationEffect (AppKit.NSAnimationEffect animationEffect, CoreGraphics.CGPoint centerLocation, CoreGraphics.CGSize size, Action endedCallback);
static member ShowAnimationEffect : AppKit.NSAnimationEffect * CoreGraphics.CGPoint * CoreGraphics.CGSize * Action -> unit
Parameters
- animationEffect
- NSAnimationEffect
- centerLocation
- CGPoint
- size
- CGSize
- endedCallback
- Action
Applies to
ShowAnimationEffect(NSAnimationEffect, CGPoint, CGSize, NSObject, Selector, IntPtr)
public static void ShowAnimationEffect (AppKit.NSAnimationEffect animationEffect, CoreGraphics.CGPoint centerLocation, CoreGraphics.CGSize size, Foundation.NSObject animationDelegate, ObjCRuntime.Selector didEndSelector, IntPtr contextInfo);
static member ShowAnimationEffect : AppKit.NSAnimationEffect * CoreGraphics.CGPoint * CoreGraphics.CGSize * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
Parameters
- animationEffect
- NSAnimationEffect
- centerLocation
- CGPoint
- size
- CGSize
- animationDelegate
- NSObject
- didEndSelector
- Selector
- contextInfo
-
IntPtr
nativeint