ImageDrawRectangle abstract method

void ImageDrawRectangle(
  1. ImageStructType dst,
  2. num posX,
  3. num posY,
  4. num width,
  5. num height,
  6. ColorStructType color,
)

Implementation

void ImageDrawRectangle(
  ImageStructType dst,
  num posX,
  num posY,
  num width,
  num height,
  ColorStructType color,
);