ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > GetPixelCopy Method |
Creates a new IGPixel Object and copies specified image pixel into it.
GetPixelCopy (XPos As Long, YPos As Long) As IGPixel
Name | Description |
---|---|
XPos | The X coordinate of the pixel to copy. |
YPos | The Y coordinate of the pixel to copy. |
A new instance of the IGPixel Object.
All
None