Personal tools
From wiki.swiftlytilting.com
Jump to: navigation, search

WinBinder Manual/wb draw point

Draws a point of color, setting the RGB color value of the pixel that exists at the given coordinates.

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.

Returns

Returns TRUE on success or FALSE if an error occurs.

See also

Winbinder Projects