ImageDrawRectangle function
void
ImageDrawRectangle()
Implementation
void ImageDrawRectangle(
Pointer<ImageC> dst,
int posX,
int posY,
int width,
int height,
ColorC color,
) => _module.ImageDrawRectangle(dst, posX, posY, width, height, color);