ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearFullLUT Class : CopyFrom Method |
lookupTable
into the instance of the ImGearFullLUT class that this method is called from.'Declaration Public Overrides Sub CopyFrom( _ ByVal lookupTable As ImGearLUT _ )
'Usage Dim instance As ImGearFullLUT 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