MonoMac.AppKit.NSAnimation Members

The members of MonoMac.AppKit.NSAnimation are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AnimationBlockingModeNSAnimationBlockingMode. Documentation for this section has not yet been entered.
AnimationCurveNSAnimationCurve. Documentation for this section has not yet been entered.
AnimationShouldStartNSAnimationPredicate. Delegate invoked by the object to get a value.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
ComputeAnimationCurveNSAnimationProgress. Delegate invoked by the object to get a value.
CurrentProgressfloat. Documentation for this section has not yet been entered.
[read-only]
CurrentValuefloat. Documentation for this section has not yet been entered.
DelegateNSAnimationDelegate. An instance of the MonoMac.AppKit.NSAnimationDelegate model class which acts as the class delegate.
Durationdouble. Documentation for this section has not yet been entered.
FrameRatefloat. Documentation for this section has not yet been entered.
[read-only]
static
ProgressMarkMonoMac.Foundation.NSString. Represents the value associated with the constant NSAnimationProgressMark
[read-only]
static
ProgressMarkNotificationMonoMac.Foundation.NSString. Notification constant for ProgressMark
ProgressMarksMonoMac.Foundation.NSNumber[]. Documentation for this section has not yet been entered.
[read-only]
static
TriggerOrderInMonoMac.Foundation.NSString. Represents the value associated with the constant NSAnimationTriggerOrderIn
[read-only]
static
TriggerOrderOutMonoMac.Foundation.NSString. Represents the value associated with the constant NSAnimationTriggerOrderOut

Public Methods

AddProgressMark(float)
Documentation for this section has not yet been entered.
ClearStartAnimation()
Documentation for this section has not yet been entered.
ClearStopAnimation()
Documentation for this section has not yet been entered.
Constant(double, NSAnimationCurve) : IntPtr
Documentation for this section has not yet been entered.
IsAnimating() : bool
Documentation for this section has not yet been entered.
RemoveProgressMark(float)
Documentation for this section has not yet been entered.
StartAnimation()
Documentation for this section has not yet been entered.
StartWhenAnimationReaches(NSAnimation, float)
Documentation for this section has not yet been entered.
StopAnimation()
Documentation for this section has not yet been entered.
StopWhenAnimationReaches(NSAnimation, float)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSAnimation object.

Public Events

AnimationDidEndEvent raised by the object.
AnimationDidReachProgressMarkEvent raised by the object.
AnimationDidStopEvent raised by the object.