Provides implicit conversion to double[].
Namespace: TallComponents.PDF.PensAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public static implicit operator double[] ( DashCollection dashes ) |
| Visual Basic |
|---|
Public Shared Widening Operator CType ( _ dashes As DashCollection _ ) As Double() |
Parameters
- dashes
- Type: TallComponents.PDF.Pens..::..DashCollection
The dash collection that will be implicitly casted.