Provides implicit conversion from double[].

Namespace: TallComponents.PDF.Pens
Assembly: 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.

Return Value

A DashCollection that has the same values as the provided double array.

See Also