MonobjcMonobjc Documented Class Library
ICAMediaTiming Interface
NamespacesMonobjc.QuartzCoreICAMediaTiming

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

Declaration Syntax
C#Visual BasicVisual C++
public interface ICAMediaTiming : IManagedWrapper
Public Interface ICAMediaTiming _
	Inherits IManagedWrapper
public interface class ICAMediaTiming : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
Autoreverses

Determines if the receiver plays in the reverse upon completion.

Original signature is '@property BOOL autoreverses'

Available in Mac OS X v10.5 and later.


BeginTime

Specifies the begin time of the receiver in relation to its parent object, if applicable.

Original signature is '@property CFTimeInterval beginTime'

Available in Mac OS X v10.5 and later.


CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
Duration

Specifies the basic duration of the animation, in seconds.

Original signature is '@property CFTimeInterval duration'

Available in Mac OS X v10.5 and later.


FillMode

Determines if the receiver’s presentation is frozen or removed once its active duration has completed.

Original signature is '@property(copy) NSString *fillMode'

Available in Mac OS X v10.5 and later.


NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
RepeatCount

Determines the number of times the animation will repeat.

Original signature is '@property float repeatCount'

Available in Mac OS X v10.5 and later.


RepeatDuration

Determines how many seconds the animation will repeat for.

Original signature is '@property CFTimeInterval repeatDuration'

Available in Mac OS X v10.5 and later.


SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
Speed

Specifies how time is mapped to receiver’s time space from the parent time space.

Original signature is '@property float speed'

Available in Mac OS X v10.5 and later.


TimeOffset

Specifies an additional time offset in active local time.

Original signature is '@property CFTimeInterval timeOffset'

Available in Mac OS X v10.5 and later.


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)