GuiLine function

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

Implementation

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