MonobjcMonobjc Documented Class Library
StartWhenAnimationReachesProgress Method (animation, startProgress)
NamespacesMonobjc.AppKitNSAnimationStartWhenAnimationReachesProgress(NSAnimation, Single)

Starts running the animation represented by the receiver when another animation reaches a specific progress mark.

Original signature is '- (void)startWhenAnimation:(NSAnimation *)animation reachesProgress:(NSAnimationProgress)startProgress'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void StartWhenAnimationReachesProgress(
	NSAnimation animation,
	float startProgress
)
Public Overridable Sub StartWhenAnimationReachesProgress ( _
	animation As NSAnimation, _
	startProgress As Single _
)
public:
virtual void StartWhenAnimationReachesProgress(
	NSAnimation^ animation, 
	float startProgress
)
Parameters
animation (NSAnimation)
The other NSAnimation object with which the receiver is linked.
startProgress (Single)
A float value (typed as NSAnimationProgress) that specifies a progress mark of the other animation.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)