GraphicElementCollection.Remove

GraphicElementCollection.Remove 方法

删除 GraphicElement 元素。

public bool Remove(GraphicElement item)
参数类型描述
itemGraphicElement将被删除的 GraphicElement 对象。

返回值

如果找到元素,则为 true;否则为 false。

另请参阅