ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class / IndexOf Method
Layer to get index of.




In This Topic
IndexOf Method (ImGearLayerArray)
In This Topic
Gets the index of the specified layer.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As ImGearLayer _
) As Integer
 
'Usage
 
Dim instance As ImGearLayerArray
Dim value As ImGearLayer
Dim value As Integer
 
value = instance.IndexOf(value)

Parameters

value
Layer to get index of.

Return Value

Integer value.
See Also