Searches for the specified dash in the DashCollection.

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

Syntax

C#
public int IndexOf(
	double dash
)
Visual Basic
Public Function IndexOf ( _
	dash As Double _
) As Integer

Parameters

dash
Type: System..::..Double
The dash to locate in the DashCollection.

Return Value

The zero-based index at which the dash is found, -1 if not found.

See Also