ImageDrawRectangle function
Implementation
void ImageDrawRectangle(
ImageD dst,
num posX,
num posY,
num width,
num height,
ColorD color,
) => _module.ImageDrawRectangle(dst, posX, posY, width, height, color);
void ImageDrawRectangle(
ImageD dst,
num posX,
num posY,
num width,
num height,
ColorD color,
) => _module.ImageDrawRectangle(dst, posX, posY, width, height, color);