ImageGear .NET v25.1 - Updated
Concatenate Method (ImGearLUT)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearLUT Class : Concatenate Method
LUT to be concatenated.
Concatenates the content of the instance of the ImGearLUT (that this method is called from) and the content of the specified lookupTable into the resulting output lookup table.
Syntax
'Declaration
 
Public MustOverride Function Concatenate( _
   ByVal lookupTable As ImGearLUT _
) As ImGearLUT
'Usage
 
Dim instance As ImGearLUT
Dim lookupTable As ImGearLUT
Dim value As ImGearLUT
 
value = instance.Concatenate(lookupTable)
public abstract ImGearLUT Concatenate( 
   ImGearLUT lookupTable
)
public: abstract ImGearLUT* Concatenate( 
   ImGearLUT* lookupTable
) 
public:
abstract ImGearLUT^ Concatenate( 
   ImGearLUT^ lookupTable
) 

Parameters

lookupTable
LUT to be concatenated.

Return Value

ImGearLUT class object.
See Also

Reference

ImGearLUT Class
ImGearLUT Members