Share via


ICAAction Interface

Definition

An interface implemented by objects that participate in animations coordinated by a CALayer.

[Foundation.Protocol(Name="CAAction", WrapperType=typeof(CoreAnimation.CAActionWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="RunAction", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(Foundation.NSObject), typeof(Foundation.NSDictionary) }, Selector="runActionForKey:object:arguments:")]
public interface ICAAction : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="CAAction", WrapperType=typeof(CoreAnimation.CAActionWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="RunAction", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(Foundation.NSObject), typeof(Foundation.NSDictionary) }, Selector="runActionForKey:object:arguments:")>]
type ICAAction = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
RunAction(String, NSObject, NSDictionary)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to

See also