drawRectangle abstract method

void drawRectangle(
  1. num posX,
  2. num posY,
  3. num width,
  4. num height,
  5. ColorD color,
)

Implementation

void drawRectangle(num posX, num posY, num width, num height, ColorD color);