Draw.Points (gb.sdl2)

Static Sub Points ( Points As Integer[] [ , Color As Integer ] )

Draw some number of points on the current drawing device with the specified color.

  • Points : a list of N points as an array of 2N integers, using the following pattern: [ X1, Y1, X2, Y2, ... ].

  • Color : the color of the points. If not specified, the Background color is used.