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