⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drawgraph.h

📁 源程序是在VisualDSP环境下开发出来的
💻 H
字号:
/******************************************************************

** 文件名:drawgraph.h

** Copyright (c) 1998-1999 *********公司技术开发部

** 创建人:

** 日 期:2003.06.25

** 修改人:

** 日 期:2003.08.27

** 描 述:画图形的函数的声明

** 版 本:

******************************************************************/
void Line(int x1,int y1,int x2,int y2,int colorindex,int nFlags);
void DrawHorizontalLine(int x1,int x2,int y,int colorindex,int nFlags);
void Arc(int Ox,int Oy,int r,int startangle,int spanangle,int color,int nFlags);
void Rectangle(int x1,int y1,int x2,int y2,int colorindex,int nFlags);
void HollowRect(int x1,int y1,int x2,int y2,int colorindex,int nFlags);
void Ellipse(int Ox,int Oy,int r,int color,int nFlags);

void ConfigSkyEarthBall(int radius,int angle,int colorindex1,int colorindex2);
void SkyEarthBall(float angle,int Ox,int Oy,float hangle);
void UnFixedSkyEarthBall(float angle,int Ox,int Oy,float hangle);
void RotateLine(int x,int y1,int y2,int Oy,float angle,int color,int nFlags);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -