DrawRectangleLines method

String DrawRectangleLines(
  1. num posX,
  2. num posY,
  3. num width,
  4. num height,
  5. ColorBase<ColorBase> color,
)

Implementation

String DrawRectangleLines(
  num posX,
  num posY,
  num width,
  num height,
  ColorBase color,
) => 'DrawRectangleLines($posX, $posY, $width, $height, $color)';