Share via


CAKeyFrameAnimation.FromKeyPath(String) Method

Definition

[Foundation.Export("animationWithKeyPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreAnimation.CAKeyFrameAnimation FromKeyPath(string? path);
[<Foundation.Export("animationWithKeyPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromKeyPath : string -> CoreAnimation.CAKeyFrameAnimation

Parameters

path
String

To be added.

This parameter can be null.

Returns

Attributes

Applies to