摘要:
typedef struct { int width; int height; }SizeInfo; typedef struct { int x; int y; int width; int height; }ImageRect; /************************************************* // Me... 阅读全文
posted @ 2016-08-15 16:48
octocat
阅读(426)
评论(0)
推荐(0)