MonobjcMonobjc Documented Class Library
CAMediaTiming Class
NamespacesMonobjc.QuartzCoreCAMediaTiming

[Missing <summary> documentation for "T:Monobjc.QuartzCore.CAMediaTiming"]

Declaration Syntax
C#Visual BasicVisual C++
public class CAMediaTiming
Public Class CAMediaTiming
public ref class CAMediaTiming
Members
All MembersConstructorsMethodsFields



IconMemberDescription
CAMediaTiming()()()()
Initializes a new instance of the CAMediaTiming class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
kCAFillModeBackwards

The receiver clamps values before zero to zero when the animation is completed.

Available in Mac OS X v10.5 and later.


kCAFillModeBoth

The receiver clamps values at both ends of the object’s time space

Available in Mac OS X v10.5 and later.


kCAFillModeForwards

The receiver remains visible in its final state when the animation is completed.

Available in Mac OS X v10.5 and later.


kCAFillModeFrozen

The mode was deprecated before Mac OS X v10.5 shipped.

Deprecated in Mac OS X v10.5 and later.

Declared in CAMediaTiming.h.


kCAFillModeRemoved

The receiver is removed from the presentation when the animation is completed.

Available in Mac OS X v10.5 and later.


MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
CAMediaTiming
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)