ImageDrawRectangle method
void
ImageDrawRectangle()
Draw rectangle within an image
Implementation
void ImageDrawRectangle(Pointer<ImageC> dst, int posX, int posY, int width, int height, ColorC color)
=> _ImageDrawRectangle(dst, posX, posY, width, height, color);