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




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

Parameters

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

Reference

ImGearLUT Class
ImGearLUT Members