ImageDrawRectangle function
void
ImageDrawRectangle()
See RaylibCoreFlatModule.ImageDrawRectangle.
Implementation
void ImageDrawRectangle(
StructPointer<ImageD> dst,
int posX,
int posY,
int width,
int height,
ColorD color,
) => _module.ImageDrawRectangle(dst, posX, posY, width, height, color);