draw_point(x,y)
From YoYoGames Wiki
Description
This function will draw a point (pixel) at the x & y co-ordinates in the current colour.
Arguments
Explanation
This function will draw a point (pixel) at the x & y co-ordinates in the current colour (the current colour can be changed with the function draw_set_color). The default colour is black (c_black).
See Also
Remarks
- Must be in Draw Event or used with Surfaces.
Content from GMKB, was used to expand this article. The content was contributed by nickydude.

