Palette.CopyFrom Method

FreeImage.NET

PaletteCopyFrom Method
Overload List
  Name Description
Public method CopyFrom(Palette)
Copies the values from the specified Palette to this instance.
Public method CopyFrom(Palette, Int32)
Copies the values from the specified Palette to this instance, starting at the specified offset.
Public method CopyFrom(T, Int32, Int32, Int32)
Copies a range of elements from the array starting at the specified sourceIndex and pastes them to the unmanaged array starting at the specified destinationIndex. The length and the indexes are specified as 32-bit integers.
(Inherited from MemoryArrayT.)
Top
See Also