Method Insert
Namespace TallComponents.PDF.Shapes
Class LayerShape
Insert an existing shape at the specified index.
Syntax
public Void Insert(Int32 index, Shape shape)
Returns
Void
Parameters
Int32
index
The index of the shape after insertion.
Shape
shape
Insert this shape.