MonobjcMonobjc Documented Class Library
RemoveProgressMark Method (progressMark)
NamespacesMonobjc.AppKitNSAnimationRemoveProgressMark(Single)

Removes progress mark from the receiver.

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

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveProgressMark(
	float progressMark
)
Public Overridable Sub RemoveProgressMark ( _
	progressMark As Single _
)
public:
virtual void RemoveProgressMark(
	float progressMark
)
Parameters
progressMark (Single)
A float value (typed as NSAnimationProgress) that indicates the portion of the animation completed. The value should correspond to a progress mark set with addProgressMark: or setProgressMarks:.
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)