Create a custom pattern with given phase and pattern.

Namespace: TallComponents.PDF.Layout.Pens
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

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

Parameters

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

See Also