DrawRectangleRoundedLines method

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

Implementation

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