Group: GDI+ Bitmap - Library: gdiplus
GpStatus WINGDIPAPI GdipBitmapSetPixel(
GpBitmap* bitmap,
INT x, INT y, ARGB color)
DECLARE INTEGER GdipBitmapSetPixel IN gdiplus;
INTEGER gdibitmap,;
INTEGER x,;
INTEGER y,;
INTEGER 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 [in] ARGB color value to be set for the pixel.
Returns 0 on success.
See also: GdipBitmapGetPixel.