Searches for the specified ColorStop in the ColorStopCollection.

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

Syntax

C#
public int IndexOf(
	ColorStop colorStop
)
Visual Basic
Public Function IndexOf ( _
	colorStop As ColorStop _
) As Integer

Parameters

colorStop
Type: TallComponents.PDF.Brushes..::..ColorStop
The ColorStop to locate in the ColorStopCollection.

Return Value

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

See Also