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.Shapes
Assembly: 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

See Also