Provides implicit conversion to 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 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.

Return Value

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

See Also