无法将类型System.Drawing.Bitmap隐式转换为System.Drawing.Point
BitmapbMap=newBitmap(1024,768);Graphicsgph=Graphics.FromImage(bMap);gph.Clear(Color.W...
Bitmap bMap = new Bitmap(1024, 768);
Graphics gph = Graphics.FromImage(bMap);
gph.Clear(Color.White);
Point cPt = new Bitmap(1024, 768);
Graphics cPx = Graphics.FromImage(bMap);
就是无法将类型System.Drawing.Bitmap隐式转换为System.Drawing.Point这个问题,大家帮忙看看哈谢谢了
point不是定义一个点么?第一个是整个图的大小,第二个是点的坐标,不是么? 展开
Graphics gph = Graphics.FromImage(bMap);
gph.Clear(Color.White);
Point cPt = new Bitmap(1024, 768);
Graphics cPx = Graphics.FromImage(bMap);
就是无法将类型System.Drawing.Bitmap隐式转换为System.Drawing.Point这个问题,大家帮忙看看哈谢谢了
point不是定义一个点么?第一个是整个图的大小,第二个是点的坐标,不是么? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询