Method Insert
Namespace TallComponents.PDF.Shapes
Class FreeHandSegmentCollection
Insert an existing segment at the specified index.
Syntax
public Void Insert(Int32 index, FreeHandSegment segment)
Returns
Void
Parameters
Int32
index
The zero-based index of the segment after insertion.
FreeHandSegment
segment
Insert this segment.