Group: GDI+ Bitmap - Library: gdiplus
GpStatus WINGDIPAPI GdipBitmapGetPixel(
GpBitmap* bitmap,
INT x, INT y, ARGB *color) DECLARE INTEGER GdipBitmapGetPixel IN gdiplus;
INTEGER gdibitmap,;
INTEGER x,;
INTEGER y,;
LONG @argbcolor gdibitmap [in] Handle to a GDI bitmap.
x [in] Integer X-coordinate of pixel to get.
y [in] Integer Y-coordinate of pixel to get.
argbcolor [out] ARGB color value of the pixel.
Returns 0 on success.
See also: GdipBitmapSetPixel.
Home