ImageDrawRectangle method
void
ImageDrawRectangle()
Implementation
void ImageDrawRectangle(
Pointer<ImageC> dst,
int posX,
int posY,
int width,
int height,
ColorC color,
) {
return _ImageDrawRectangle(dst, posX, posY, width, height, color);
}