GuiLine method
Implementation
int GuiLine(
RectangleD bounds,
String? text,
) => run(
() => 'GuiLine($bounds, $text)',
() => rl.Gui.GuiLine(
rl.Temp.Rectangle$.Ref1(bounds).ref,
rl.Temp.String$.ValueOrNull(text),
),
);
int GuiLine(
RectangleD bounds,
String? text,
) => run(
() => 'GuiLine($bounds, $text)',
() => rl.Gui.GuiLine(
rl.Temp.Rectangle$.Ref1(bounds).ref,
rl.Temp.String$.ValueOrNull(text),
),
);