ImageDrawRectangleLines method
Draw rectangle lines within an image
Implementation
void ImageDrawRectangleLines(Pointer<ImageC> dst, RectangleC rec, int thick, ColorC color)
=> _ImageDrawRectangleLines(dst, rec, thick, color);
Draw rectangle lines within an image
void ImageDrawRectangleLines(Pointer<ImageC> dst, RectangleC rec, int thick, ColorC color)
=> _ImageDrawRectangleLines(dst, rec, thick, color);