ImageGear .NET v25.1 - Updated
Item(Int32) Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearLUT Class > Item Property : Item(Int32) Property
Index of the LUT to get.
Returns LUT output value corresponding to Int32 input value.
Syntax
'Declaration
 
Public Overloads MustOverride Property Item( _
   ByVal index As Integer _
) As Integer
'Usage
 
Dim instance As ImGearLUT
Dim index As Integer
Dim value As Integer
 
instance.Item(index) = value
 
value = instance.Item(index)
public abstract int Item( 
   int index
) {get; set;}
public: __property abstract int get_Item( 
   int index
);
public: __property abstract void set_Item( 
   int index,
   int value
);
public:
abstract property int Item {
   int get(int index);
   void set (int indexint value);
}

Parameters

index
Index of the LUT to get.

Property Value

Integer number.
See Also

Reference

ImGearLUT Class
ImGearLUT Members
Overload List