DrawRectangle abstract method

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

Implementation

void DrawRectangle(
  num posX,
  num posY,
  num width,
  num height,
  ColorStructType color,
);