PointKeyFrameCollection.Remove(PointKeyFrame) Método

Definição

Remove um objeto PointKeyFrame da coleção.

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)

Parâmetros

keyFrame
PointKeyFrame

Identifica o PointKeyFrame a ser removido da coleção.

Aplica-se a