Renderer.drawLines - multiple declarations
Function Renderer.drawLines
Wraps SDL_RenderDrawLines
which draws multiple lines following given points with the renderer's draw color
Parameters
Name | Description |
---|---|
points | array of dsdl2 edges the lines are drawn from and to |
Throws
dsdl2
if lines failed to draw
Function Renderer.drawLines
Wraps SDL_RenderDrawLinesF
(from SDL 2.0.10) which draws multiple lines following given points with the
renderer's draw color
Parameters
Name | Description |
---|---|
points | array of dsdl2 edges the lines are drawn from and to |
Throws
dsdl2
if lines failed to draw