NShape Reference
InsertShape Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > IShapeCollection Interface >

NShape Reference
InsertShape Method

Previous pageReturn to chapter overviewNext page

Inserts a shape into the shape collection.

public void Add(Shape shape, int zOrder)

Parameters

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.