WinBinder Manual/wb draw point
From wiki.swiftlytilting.com
Draws a point of color, setting the RGB color value of the pixel that exists at the given coordinates.
[edit]
Syntax
bool wb_draw_point (int source, int xpos, int ypos, int color)
- source, may be a WinBinder object, a window handle, a drawing surface or a bitmap.
[edit]
Returns
Returns TRUE on success or FALSE if an error occurs.
[edit]

