PathFigureCollection.Remove(PathFigure) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中移除 PathFigure 物件。
public:
virtual bool Remove(System::Windows::Media::PathFigure ^ value);
public bool Remove (System.Windows.Media.PathFigure value);
abstract member Remove : System.Windows.Media.PathFigure -> bool
override this.Remove : System.Windows.Media.PathFigure -> bool
Public Function Remove (value As PathFigure) As Boolean
參數
- value
- PathFigure
識別要從集合中移除的 PathFigure。
傳回
如果已從 PathFigureCollection 移除 value
則為 true
,否則為 false
。