ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLUT Class / Concatenate Method
LUT to be concatenated.




In This Topic
    Concatenate Method (ImGearLUT)
    In This Topic
    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