MonobjcMonobjc Documented Class Library
AnimationDidReachProgressMark Method (animation, progress)
NamespacesMonobjc.AppKitINSAnimationDelegateAnimationDidReachProgressMark(NSAnimation, Single)

Sent to the delegate when an animation reaches a specific progress mark.

Original signature is '- (void)animation:(NSAnimation *)animation didReachProgressMark:(NSAnimationProgress)progress'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
void AnimationDidReachProgressMark(
	NSAnimation animation,
	float progress
)
Sub AnimationDidReachProgressMark ( _
	animation As NSAnimation, _
	progress As Single _
)
void AnimationDidReachProgressMark(
	NSAnimation^ animation, 
	float progress
)
Parameters
animation (NSAnimation)
A running NSAnimation object that has reached a progress mark.
progress (Single)
A float value (typed as NSAnimationProgress) that indicates a progress mark of 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)