Current section
Files
Jump to
Current section
Files
include/paddlefish_Rectangle.hrl
-record(rectangle, {
x :: float(),
y :: float(),
width :: float(),
height :: float(),
fill_colour :: gleam@option:option(gleam_community@colour:colour()),
stroke_colour :: gleam@option:option(gleam_community@colour:colour()),
line_width :: gleam@option:option(float())
}).