GuiLine function

GuiResult GuiLine(
  1. RectangleD bounds,
  2. String? text
)

Implementation

GuiResult GuiLine(
  RectangleD bounds,
  String? text,
) => _module.GuiLine(bounds, text);