📄 arc1.c
字号:
/* * File: arc1.c * ------------ * This program is the first test of the DrawArc function * and draws a complete circle. */#include <stdio.h>#include "genlib.h"#include "graphics.h"main(){ InitGraphics(); MovePen(1.5, 1.0); DrawArc(0.5, 0, 360);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -