RectKeyFrameCollection.Remove(RectKeyFrame) メソッド

定義

RectKeyFrame オブジェクトをコレクションから削除します。

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

パラメーター

keyFrame
RectKeyFrame

コレクションから削除する RectKeyFrame を識別します。

適用対象