Computer Science, asked by pinalpatel3175, 1 year ago

How to solid fill rectangle in graphic.h

Answers

Answered by Anonymous
2
With the help of this below line you can fill

floodfill(getmaxx()/2,getmaxy()/2,15);
Similar questions