CABasicAnimation.FromKeyPath(String) 方法

定义

从给定的键路径创建动画。

[Foundation.Export("animationWithKeyPath:")]
public static CoreAnimation.CABasicAnimation FromKeyPath (string path);
static member FromKeyPath : string -> CoreAnimation.CABasicAnimation

参数

path
String

表示动画的键路径的字符串。

此参数可以为 null

返回

新动画。

属性

注解

有关键路径的值的信息,请参阅基类 FromKeyPath。

适用于