Method RemoveAt
Namespace TallComponents.PDF.Shapes
Class LayerShape
Remove a shape at the specified index.
Removing a shape at a non-existing index is silently ignored.
Syntax
public Void RemoveAt(Int32 index)
Returns
Void
Parameters
Int32
index
The index of the shape to remove.