S3C44B0X全套培训资料及源代码 e008s3c44b0x

源代码在线查看: figure.h

软件大小: 15826 K
上传用户: lwsnsfp17
关键词: e008s3c44b0x S3C44B0X 培训资料 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#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							

相关资源