Remove a shape from 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 Remove(
	Shape shape
)
Visual Basic
Public Sub Remove ( _
	shape As Shape _
)

Parameters

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

Remarks

Removing a non-existing shape is silently ignored.

See Also