다음을 통해 공유


ByteKeyFrameCollection.Remove(ByteKeyFrame) 메서드

정의

컬렉션에서 ByteKeyFrame 개체를 제거합니다.

public:
 void Remove(System::Windows::Media::Animation::ByteKeyFrame ^ keyFrame);
public void Remove (System.Windows.Media.Animation.ByteKeyFrame keyFrame);
member this.Remove : System.Windows.Media.Animation.ByteKeyFrame -> unit
Public Sub Remove (keyFrame As ByteKeyFrame)

매개 변수

keyFrame
ByteKeyFrame

컬렉션에서 제거할 ByteKeyFrame 을 식별합니다.

적용 대상