Determine whether an dash is in the DashCollection.

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

Syntax

C#
public bool Contains(
	double dash
)
Visual Basic
Public Function Contains ( _
	dash As Double _
) As Boolean

Parameters

dash
Type: System..::..Double
The dash to verify.

Return Value

True if the dash is found in this DashCollection, false otherwise.

See Also