Adds the elements of a FreeHandSegment array to the end of this collection.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public void AddRange( FreeHandSegment[] segments ) |
| Visual Basic |
|---|
Public Sub AddRange ( _ segments As FreeHandSegment() _ ) |
Parameters
- segments
- Type: array<TallComponents.PDF.Layout.Shapes..::..FreeHandSegment>[]()[][]
The array of segments whose elements should be added to the end of the collection.
Remarks
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.)
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The given segments is nullNothingnullptra null reference (Nothing in Visual Basic). |