Point3DKeyFrameCollection.Add(Point3DKeyFrame) 메서드

정의

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

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

매개 변수

keyFrame
Point3DKeyFrame

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

반환

Int32

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

적용 대상