ImageDrawRectangleRec abstract method
void
ImageDrawRectangleRec(
- ImageStructType dst,
- RectangleStructType rec,
- ColorStructType color
Draw rectangle within an image
Implementation
void ImageDrawRectangleRec(
ImageStructType dst,
RectangleStructType rec,
ColorStructType color,
);