ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGDataArray Object > IGDataArray Methods > UpdateLUTFrom Method |
Updates the specified element in the array from the IGLUT object passed as a parameter. The IGLUT object passed as a parameter is not referenced inside the array, but rather its data is copied into it.
UpdateLUTFrom (Index As Long, pObject As IGLUT)
Name | Description |
---|---|
Index | Can be in the [0..Size-1] range. |
pObject | IGLUT Object from which to copy data. |
None
N/A
None