ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > UpdatePixelFrom Method |
Updates image pixel of the IGPage Object.
UpdatePixelFrom (XPos As Long, YPos As Long, pPixel As IGPixel)
Name | Description |
---|---|
XPos | The X coordinate of the pixel to be updates. |
YPos | The Y coordinate of the pixel to be updates. |
pPixel | The IGPixel Object from which to copy data. |
N/A
All
None