Adds an Dash to the end of the DashCollection.

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

Syntax

C#
public void Add(
	double dash
)
Visual Basic
Public Sub Add ( _
	dash As Double _
)

Parameters

dash
Type: System..::..Double
The dash to be addded to the end of the DashCollection.

See Also