GraphicElementCollection.Add
GraphicElementCollection.Add 方法
将一个新的 GraphicElement
添加到集合中。集合中的所有项必须具有相同的 Parent
。
public void Add(GraphicElement item)
参数 | 类型 | 描述 |
---|---|---|
item | GraphicElement | IGraphicElement. |
将一个新的 GraphicElement
添加到集合中。集合中的所有项必须具有相同的 Parent
。
public void Add(GraphicElement item)
参数 | 类型 | 描述 |
---|---|---|
item | GraphicElement | IGraphicElement. |