共用方式為


CABasicAnimation.FromKeyPath(String) 方法

定義

從指定的索引鍵路徑建立動畫。

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

參數

path
String

字串,表示動畫的索引鍵路徑。

這個參數可以是 null

傳回

新的動畫。

屬性

備註

如需索引鍵路徑值的相關資訊,請參閱基類 FromKeyPath。

適用於