| ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > UpdatePixAreaFrom Method |
Updates image area of the IGPage Object.
UpdatePixAreaFrom (X1Pos As Long, Y1Pos As Long, X2Pos As Long,
Y2Pos As Long, pPixArray As IGPixelArray)
| Name | Description |
|---|---|
| X1Pos | X coordinate of the left/top corner of the area. |
| Y1Pos | Y coordinate of the left/top corner of the area. |
| X2Pos | X coordinate of the right/bottom corner of the area. |
| Y2Pos | Y coordinate of the right/bottom corner of the area. |
| pPixArray | IGPixelArray Object from which to copy data. |
N/A
All
None