ImageDrawRectangleLines abstract method

void ImageDrawRectangleLines(
  1. ImageStructType dst,
  2. RectangleStructType rec,
  3. num thick,
  4. ColorStructType color,
)

Implementation

void ImageDrawRectangleLines(
  ImageStructType dst,
  RectangleStructType rec,
  num thick,
  ColorStructType color,
);