Creates DashCollection with the provided pattern.

Namespace: TallComponents.PDF.Pens
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public DashCollection(
	params double[] pattern
)
Visual Basic
Public Sub New ( _
	ParamArray pattern As Double() _
)

Parameters

pattern
Type: array<System..::..Double>[]()[][]
The pattern used to initialize this DashCollection

See Also