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




In This Topic
    Concatenate Method (ImGearFullLUT)
    In This Topic
    Concatenates the content of the instance of the ImGearFullLUT (that this method is called from) and the content of the specified lookupTable into the resulting output lookup table.
    Syntax
    'Declaration
     
    Public Overrides Function Concatenate( _
       ByVal lookupTable As ImGearLUT _
    ) As ImGearLUT
    'Usage
     
    Dim instance As ImGearFullLUT
    Dim lookupTable As ImGearLUT
    Dim value As ImGearLUT
     
    value = instance.Concatenate(lookupTable)
    public override ImGearLUT Concatenate( 
       ImGearLUT lookupTable
    )
    public: ImGearLUT* Concatenate( 
       ImGearLUT* lookupTable
    ) override 
    public:
    ImGearLUT^ Concatenate( 
       ImGearLUT^ lookupTable
    ) override 

    Parameters

    lookupTable
    LUT to be concatenated.

    Return Value

    ImGearLUT class object.
    See Also