Namespace TallComponents.PDF.Shapes

Class ShapeCollection

Collection of shape objects. A ShapeCollection is itself a shape. This allows recursion. A shape collection can be seen as a canvas. You can draw on this canvas by adding shapes to it.

Syntax

public class ShapeCollection : ContentShape , IEnumerable<Shape>

Constructors

Properties

Methods