ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > GetPixAreaCopy Method |
Creates a new instance of the IGPixelArray Object and copies the image area into it.
GetPixAreaCopy (X1Pos As Long, Y1Pos As Long, X2Pos As Long,
Y2Pos As Long, DataFormat As enumIGPixelAccessType) 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. |
DataFormat | The output format to get data from, see enumIGPixelAccessType. |
A new instance of the IGPixelArray Object
All
None