ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > UpdatePixRowFrom Method |
Updates image row of the IGPage Object. The number of rows to be updated is determined by the size of IGPixelArray Object passed as a pPixArray parameter.
UpdatePixRowFrom (XPos As Long, YPos As Long, pPixArray 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. |
pPixArray | IGPixelArray Object from which to copy data. |
N/A
All
None