ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > GetPixRowCopy Method |
Creates a new IGPixelArray Object and copies the image row into it.
GetPixRowCopy (XPos As Long, YPos As Long, Length As Long,
DataFormat As enumIGPixelAccessType) As IGPixelArray
Name | Description |
---|---|
XPos | The X coordinate of the starting point of the row. |
YPos | The Y coordinate of the starting point of the row. |
Length | The number of pixels to copy. |
DataFormat | The output format to get data from, see enumIGPixelAccessType Enumeration. |
A new instance of the IGPixelArray Object.
All
None