ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > UpdatePixLineFrom Method |
Updates image line of the IGPage Object.
UpdatePixLineFrom (X1Pos As Long, Y1Pos As Long, X2Pos As Long,
Y2Pos As Long, pPixArray As IGPixelArray)
Name | Description |
---|---|
X1Pos | The X coordinate of the starting point. |
Y1Pos | The Y coordinate of the starting point. |
X2Pos | The X coordinate of the ending point. |
Y2Pos | The Y coordinate of the ending point. |
pPixArray | IGPixelArray Object from which to copy data. |
N/A
All
None