次の方法で共有


NSAnimation コンストラクター

定義

オーバーロード

NSAnimation()
NSAnimation(NSCoder)
NSAnimation(NSObjectFlag)
NSAnimation(IntPtr)
NSAnimation(Double, NSAnimationCurve)

NSAnimation()

[Foundation.Export("init")]
public NSAnimation();
属性

適用対象

NSAnimation(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSAnimation(Foundation.NSCoder coder);
new AppKit.NSAnimation : Foundation.NSCoder -> AppKit.NSAnimation

パラメーター

coder
NSCoder
属性

適用対象

NSAnimation(NSObjectFlag)

protected NSAnimation(Foundation.NSObjectFlag t);
new AppKit.NSAnimation : Foundation.NSObjectFlag -> AppKit.NSAnimation

パラメーター

適用対象

NSAnimation(IntPtr)

protected internal NSAnimation(IntPtr handle);
new AppKit.NSAnimation : nativeint -> AppKit.NSAnimation

パラメーター

handle
IntPtr

nativeint

適用対象

NSAnimation(Double, NSAnimationCurve)

public NSAnimation(double duration, AppKit.NSAnimationCurve animationCurve);
new AppKit.NSAnimation : double * AppKit.NSAnimationCurve -> AppKit.NSAnimation

パラメーター

duration
Double
animationCurve
NSAnimationCurve

適用対象