Collection of shape objects. Shapes is a shape itself. This allows recursion.
A shapes collection can be seen as a canvas. You draw on this canvas by adding
shapes to it.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0
Syntax
| C# |
|---|
[SerializableAttribute] public class ShapeCollection : ContentShape, IEnumerable |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class ShapeCollection _ Inherits ContentShape _ Implements IEnumerable |
Inheritance Hierarchy
System..::..Object
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes..::..ShapeCollection
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes..::..ShapeCollection