Searches for the specified ColorStop in the ColorStopCollection.
Namespace: TallComponents.PDF.BrushesAssembly: 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.