GraphicElementCollection.Remove
GraphicElementCollection.Remove 方法
删除 GraphicElement
元素。
public bool Remove(GraphicElement item)
参数 | 类型 | 描述 |
---|---|---|
item | GraphicElement | 将被删除的 GraphicElement 对象。 |
返回值
如果找到元素,则为 true;否则为 false。
删除 GraphicElement
元素。
public bool Remove(GraphicElement item)
参数 | 类型 | 描述 |
---|---|---|
item | GraphicElement | 将被删除的 GraphicElement 对象。 |
如果找到元素,则为 true;否则为 false。