DrawRectangle method

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

Implementation

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