MonobjcMonobjc Documented Class Library
AddProgressMark Method (progressMark)
NamespacesMonobjc.AppKitNSAnimationAddProgressMark(Single)

Adds the progress mark to the receiver.

Original signature is '- (void)addProgressMark:(NSAnimationProgress)progressMark'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddProgressMark(
	float progressMark
)
Public Overridable Sub AddProgressMark ( _
	progressMark As Single _
)
public:
virtual void AddProgressMark(
	float progressMark
)
Parameters
progressMark (Single)
A float value (typed as NSAnimationProgress) between 0.0 and 1.0. Values outside that range are pinned to 0.0 or 1.0, whichever is nearest.
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)