PointKeyFrameCollection.Remove(PointKeyFrame) 메서드

정의

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

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

매개 변수

keyFrame
PointKeyFrame

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

적용 대상