CopyFrom Method (ImGearLUT)
In This Topic
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 As ImGearLUT _
)
'Usage
Dim instance As ImGearLUT
Dim lookupTable As ImGearLUT
instance.CopyFrom(lookupTable)
public abstract void CopyFrom(
ImGearLUT
)
public: abstract void CopyFrom(
ImGearLUT*
)
public:
abstract void CopyFrom(
ImGearLUT^
)
Parameters
- lookupTable
- LUT to be copied.
See Also