ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > UpdateRasterFrom Method |
Creates a new IGIntegerArray Object and copies the image raster into it.
UpdateRasterFrom(long YPos, enumIGPixelAccessType DataFormat,
IGIntegerArray Array)
Name | Description |
---|---|
YPos | Raster line number. |
DataFormat | Indicates in which manner the raster data should be stored. |
Array | Array that contains raster row. |
N/A
None