ImageGear .NET - Updated
CopyFrom Method (ImGearLinearLUT)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearLinearLUT Class : CopyFrom Method
LUT to be copied.
Duplicates the content of the specified lookupTable into the instance of the ImGearLinearLUT class that this method is called from.
Syntax
'Declaration
 
Public Overrides Sub CopyFrom( _
   ByVal lookupTable As ImGearLUT _
) 
'Usage
 
Dim instance As ImGearLinearLUT
Dim lookupTable As ImGearLUT
 
instance.CopyFrom(lookupTable)
public override void CopyFrom( 
   ImGearLUT lookupTable
)
public: void CopyFrom( 
   ImGearLUT* lookupTable
) override 
public:
void CopyFrom( 
   ImGearLUT^ lookupTable
) override 

Parameters

lookupTable
LUT to be copied.
Remarks
LUT type and depths attributes must be compatible with the class from which this method is called.
See Also

Reference

ImGearLinearLUT Class
ImGearLinearLUT Members