graphics.DrawImage的用法public:voidDrawImage(Image^image,intx,inty,intwidth,intheight)经常在程序中
graphics.DrawImage的用法
public:
void DrawImage (
Image^ image,
int x,
int y,
int width,
int height
)
经常在程序中看到,x,y为负值,用意是什么?
[解决办法]
你过去上几何课的时候,X、Y坐标没有出现过负值吗?GDI+里面是同样的含义啊。
