예제 #1
0
void Draw::writePng(char * name) {
    image.write(name);
}
예제 #2
0
void Draw::writePng(char * name)
{
renderRect();
image.write(name);
}