ImageDrawRectangleLines method

void ImageDrawRectangleLines(
  1. Pointer<ImageC> dst,
  2. RectangleC rec,
  3. int thick,
  4. ColorC color,
)

Implementation

void ImageDrawRectangleLines(
  Pointer<ImageC> dst,
  RectangleC rec,
  int thick,
  ColorC color,
) {
  return _ImageDrawRectangleLines(dst, rec, thick, color);
}