Draw.Point (gb.sdl2)
Static Sub Point ( X As Integer, Y As Integer [ , Color As Integer ] )
Draw a point on the current drawing device using the specified color.
-
X, Y : the point coordinates.
-
Color : the point color. By default, the Background color is used.