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

C# | Visual Basic | Visual C++ |
public interface ICAMediaTiming : IManagedWrapper
Public Interface ICAMediaTiming _ Inherits IManagedWrapper
public interface class ICAMediaTiming : IManagedWrapper

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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. |
![]() | 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). |
![]() | SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). |
![]() | SendMessageSuper(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)