test.cpp
来自「flash swf file player」· C++ 代码 · 共 22 行
CPP
22 行
#include "../mingpp.h"int main(){ Ming_init(); SWFMovie *movie = new SWFMovie(); SWFShape *shape = new SWFShape(); shape->setLine(20, 0, 0, 0); shape->movePenTo(100,100); shape->drawLine(100,0); shape->drawLine(0,100); shape->drawLine(-100,0); shape->drawLine(0,-100); movie->add(shape); movie->output();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?