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 を識別します。

適用対象