Adds the entries in an array of dashes to the end of the DashCollection.
Namespace: TallComponents.PDF.PensAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
Parameters
- dashes
- Type: array<System..::..Double>[]()[][]
The array of dashes to be added to the end of the DashCollection.
Remarks
DashCollection does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.
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 | A given dashes is nullNothingnullptra null reference (Nothing in Visual Basic). |
| System..::..ArgumentException | (At least) one of the entries in the given dashes is invalid. |