ImageGear v26.0 - Updated
Item(Int64) Property




ImageGear.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)
public abstract long Item( 
   long index
) {get; set;}
public: __property abstract long get_Item( 
   long index
);
public: __property abstract void set_Item( 
   long index,
   long value
);
public:
abstract property int64 Item {
   int64 get(int64 index);
   void set (int64 indexint64 value);
}

Parameters

index
Index of the LUT to get.

Property Value

Long number.
See Also

Reference

ImGearLUT Class
ImGearLUT Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.