DrawingCollection.Remove(Drawing) 方法

定义

Drawing 中移除指定的 DrawingCollection 的第一个匹配项。

public:
 virtual bool Remove(System::Windows::Media::Drawing ^ value);
public bool Remove (System.Windows.Media.Drawing value);
abstract member Remove : System.Windows.Media.Drawing -> bool
override this.Remove : System.Windows.Media.Drawing -> bool
Public Function Remove (value As Drawing) As Boolean

参数

value
Drawing

要从此集合中移除的项。

返回

Boolean

如果操作成功,则为 true;否则为 false

实现

例外

DrawingCollection 为只读。

适用于

另请参阅