ImageGear v26.5 - Updated October 2, 2024
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearFullLUT Class / Item Property / Item(Int64) Property
Index of the LUT to get.




In This Topic
Item(Int64) Property
In This Topic
Returns LUT output value corresponding to Int64 input value.
Syntax
'Declaration
 
Public Overloads Overrides Property Item( _
   ByVal index As Long _
) As Long
 
'Usage
 
Dim instance As ImGearFullLUT
Dim index As Long
Dim value As Long
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
Index of the LUT to get.

Property Value

Long number.
See Also