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, который требуется удалить из коллекции.

Применяется к