NSGraphics.ShowAnimationEffect 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- animationEffect
- NSAnimationEffect
- centerLocation
- CGPoint
- size
- CGSize
- endedCallback
- Action
適用於
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
參數
- animationEffect
- NSAnimationEffect
- centerLocation
- CGPoint
- size
- CGSize
- animationDelegate
- NSObject
- didEndSelector
- Selector
- contextInfo
-
IntPtr
nativeint