GuiLine method

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

Line separator control, could contain text

Implementation

@override
int GuiLine(
  RectangleD bounds,
  MemoryPointer<RChar> text,
) => _ffi.GuiLine(
  $.Rectangle$.Ref1(bounds).asNativePointer<RectangleC>().ref,
  text.asNativePointer(),
);