다음을 통해 공유


CABasicAnimation.FromKeyPath(String) 메서드

정의

지정된 키 경로에서 애니메이션을 만듭니다.

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

매개 변수

path
String

애니메이션의 키 경로를 나타내는 문자열입니다.

이 매개 변수는 null일 수 있습니다.

반환

새 애니메이션입니다.

특성

설명

키 경로의 값에 대한 자세한 내용은 기본 클래스 FromKeyPath를 참조하세요.

적용 대상