Int64KeyFrameCollection.Add(Int64KeyFrame) 메서드

정의

Int64KeyFrame을 컬렉션의 끝에 추가합니다.

public:
 int Add(System::Windows::Media::Animation::Int64KeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.Int64KeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.Int64KeyFrame -> int
Public Function Add (keyFrame As Int64KeyFrame) As Integer

매개 변수

keyFrame
Int64KeyFrame

컬렉션 끝에 추가할 Int64KeyFrame입니다.

반환

keyFrame이 추가된 인덱스입니다.

적용 대상