Vector3DKeyFrameCollection.Add(Vector3DKeyFrame) 메서드

정의

컬렉션의 끝에 a Vector3DKeyFrame 를 추가합니다.

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

매개 변수

keyFrame
Vector3DKeyFrame

Vector3DKeyFrame 컬렉션의 끝에 추가할 개체입니다.

반품

추가된 keyFrame 인덱스입니다.

적용 대상