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