Remove a segment 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(
	FreeHandSegment segment
)
Visual Basic
Public Sub Remove ( _
	segment As FreeHandSegment _
)

Parameters

segment
Type: TallComponents.PDF.Layout.Shapes..::..FreeHandSegment
Remove this segment.

Remarks

Removing a non-existing segment is silently ignored.

See Also