ImageDrawRectangleLines method

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

Draw rectangle lines within an image

Implementation

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