Renderer.drawPoints - multiple declarations
Function Renderer.drawPoints
Wraps SDL_RenderDrawPoints
which draws multiple points at given positions with the renderer's draw color
Parameters
Name | Description |
---|---|
points | array of dsdl2 positions the points are drawn at |
Throws
dsdl2
if points failed to draw
Function Renderer.drawPoints
Wraps SDL_RenderDrawPointsF
(from SDL 2.0.10) which draws multiple points at given positions with the
renderer's draw color
Parameters
Name | Description |
---|---|
points | array of dsdl2 positions the points are drawn at |
Throws
dsdl2
if points failed to draw