<< Click to Display Table of Contents >> NShape Reference
|
Inserts a shape into the shape collection.
public void Add(Shape shape, int zOrder)
Name |
Description |
---|---|
shape |
Shape to insert into the diagram |
zOrder |
Z-order of the shape within the diagram. If the z-order is already used, an exception is thrown. |