[ Deprecated ( since = "1.16" ) ]
public void render_layout_line (LayoutLine line, int x, int y, Color color)
Warning: render_layout_line is deprecated.
Renders line
at the given coordinates using the given color.
Use show_layout instead
line |
a LayoutLine |
x |
X coordinate to render the line at |
y |
Y coordinate to render the line at |
color |
color to use when rendering the line |