Method AddRange

Namespace TallComponents.PDF.Shapes
Class FreeHandPathCollection

Adds the free hand paths from an existing collection to the end of this collection.

Note: If 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( FreeHandPathCollection  freeHandPaths )

Returns

Void

Parameters


FreeHandPathCollection freeHandPaths
The FreeHandPathCollection whose elements should be added to the end of the collection.