DrawRectangleRoundedLinesEx method

String DrawRectangleRoundedLinesEx(
  1. RectangleBase<RectangleBase> rec,
  2. num roundness,
  3. num segments,
  4. num lineThick,
  5. ColorBase<ColorBase> color,
)

Implementation

String DrawRectangleRoundedLinesEx(
  RectangleBase rec,
  num roundness,
  num segments,
  num lineThick,
  ColorBase color,
) => 'DrawRectangleRoundedLinesEx($rec, $roundness, $segments, $lineThick, $color)';