Method AddRange

Namespace TallComponents.PDF.Layout.Shapes
Class FreeHandPathCollection

Adds the elements of a FreeHandPath array to the end of this collection.

Note: When an exception occurs the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)

Syntax

public  Void  AddRange( FreeHandPath[]  freeHandPaths )

Returns

Void

Parameters


FreeHandPath[] freeHandPaths
The array of free hand paths whose elements should be added to the end of the collection.