ImageGear .NET - Updated November 28, 2017
Item(Int64) Property




ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearLUT Class > Item Property : Item(Int64) Property
Index of the LUT to get.
Returns LUT output value corresponding to Int64 input value.
Syntax
'Declaration
 
Public Overloads MustOverride Property Item( _
   ByVal index As Long _
) As Long
 
'Usage
 
Dim instance As ImGearLUT
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

Reference

ImGearLUT Class
ImGearLUT Members
Overload List