graphics.DrawImage的用法
public:
void DrawImage (
Image^ image,
int x,
int y,
int width,
int height
)
经常在程序中看到,x,y为负值,用意是什么?
[解决办法]
你过去上几何课的时候,X、Y坐标没有出现过负值吗?GDI+里面是同样的含义啊。
发布时间: 2012-01-26 19:40:46 作者: rapoo
graphics.DrawImage的用法
public:
void DrawImage (
Image^ image,
int x,
int y,
int width,
int height
)
经常在程序中看到,x,y为负值,用意是什么?
[解决办法]
你过去上几何课的时候,X、Y坐标没有出现过负值吗?GDI+里面是同样的含义啊。