Point3DKeyFrameCollection.Remove(Point3DKeyFrame) 메서드

정의

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

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

매개 변수

keyFrame
Point3DKeyFrame

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

적용 대상