NSGraphics.ShowAnimationEffect Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- animationEffect
- NSAnimationEffect
- centerLocation
- CGPoint
- size
- CGSize
- endedCallback
- Action
Se aplica a
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
Parámetros
- animationEffect
- NSAnimationEffect
- centerLocation
- CGPoint
- size
- CGSize
- animationDelegate
- NSObject
- didEndSelector
- Selector
- contextInfo
-
IntPtr
nativeint