ImageGear .NET - Updated May 30, 2018
Item Property (ImGearFullLUT)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearFullLUT Class : Item Property
Index of the LUT to get.
Returns LUT output value corresponding to Int32 input value.
Syntax
'Declaration
 
Public Overrides Default Property Item( _
   ByVal index As Integer _
) As Integer
 
'Usage
 
Dim instance As ImGearFullLUT
Dim index As Integer
Dim value As Integer
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
Index of the LUT to get.

Property Value

Integer number.
See Also

Reference

ImGearFullLUT Class
ImGearFullLUT Members