GuiLine function

int GuiLine(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text
)

See RaylibGuiFlatModule.GuiLine.

Implementation

int GuiLine(
  RectangleD bounds,
  MemoryPointer<RChar> text,
) => _module.GuiLine(bounds, text);