ByteKeyFrameCollection.Add(ByteKeyFrame) 메서드

정의

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

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

매개 변수

keyFrame
ByteKeyFrame

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

반품

추가된 keyFrame 인덱스입니다.

적용 대상