RectKeyFrameCollection.Remove(RectKeyFrame) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中移除 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。