GuiLine abstract method

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

Line separator control, could contain text

Implementation

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