[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LightCollection.IndexOf

IndexOf Method

IndexOf(Light)

Determines the index of the light in the collection.

Declaration
public int IndexOf(Light item)
Public Function IndexOf(item As Light) As Integer
Parameters
Type Name Description
Light item

Light to locate in collection.

Returns
Type Description
int

Index of the light if light is found in the collection; otherwise, -1.

Implements