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