ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > GetPixRasterCopy Method |
Creates a new IGPixelArray Object and copies the image raster into it.
GetPixRasterCopy (YPos As Long, DataFormat As
enumIGPixelAccessType) As IGPixelArray
Name | Description |
---|---|
YPos | The Position of raster to copy. |
DataFormat | The output format to get data from, see enumIGPixelAccessType Enumeration. |
A new instance of the IGPixelArray Object.
All
None