wb_draw_point

bool wb_draw_point (int source, int xpos, int ypos, int color)

Draws a point of color, setting the RGB color value of the pixel that exists at the given coordinates. The first parameter, source, may be a WinBinder object, a window handle, a drawing surface or a bitmap.

Returns TRUE on success or FALSE if an error occurs.

See also

wb_get_pixel
Drawing functions