Add an existing shape to this collection.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public void Add(
	Shape shape
)
Visual Basic
Public Sub Add ( _
	shape As Shape _
)

Parameters

shape
Type: TallComponents.PDF.Layout.Shapes..::..Shape
Add this shape.

See Also