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

適用対象