?? figure.h
字號(hào):
#ifndef __FIGURE_STRUCT_H__#define __FIGURE_STRUCT_H__#include "..\inc\def.h"typedef struct { int cx; int cy;}structSIZE;typedef struct { int left; int top; int right; int bottom;}structRECT;void CopyRect(structRECT* prect1, structRECT* prect2);void SetRect(structRECT* prect, int left, int top, int right, int bottom);void InflateRect(structRECT* prect, int cx,int cy);U8 IsInRect(structRECT *prect, int x, int y);#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -