Create a custom pattern with given phase and pattern.

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

Syntax

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

Parameters

phase
Type: System..::..Double
The start phase.
pattern
Type: array<System..::..Double>[]()[][]
The pattern of dashes.

See Also