一个关于C#参数无效的问题!
我在一个类中先定义了一个函数:privatevoidForm3_Paint(objectsender,System.Windows.Forms.PaintEventArg...
我在一个类中先定义了一个函数:
private void Form3_Paint(object sender, System.Windows.Forms.PaintEventArgs e)
{
Graphics a=this.CreateGraphics();
Pen pen=new Pen(Color.Blue,2);
a.DrawRectangle(pen,14,66,50,40);
Bitmap bitmap_cat=new Bitmap(".\\picture\\22\\1 (6).gif");
g.DrawImage(bitmap_cat,14,66,50,40);
}
然后写入
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form3_Paint);
可以生成,但运行时出错显示"参数无效"。 展开
private void Form3_Paint(object sender, System.Windows.Forms.PaintEventArgs e)
{
Graphics a=this.CreateGraphics();
Pen pen=new Pen(Color.Blue,2);
a.DrawRectangle(pen,14,66,50,40);
Bitmap bitmap_cat=new Bitmap(".\\picture\\22\\1 (6).gif");
g.DrawImage(bitmap_cat,14,66,50,40);
}
然后写入
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form3_Paint);
可以生成,但运行时出错显示"参数无效"。 展开
展开全部
运行时出错 你看看Graphics a=this.CreateGraphics();
Pen pen=new Pen(Color.Blue,2);
a.DrawRectangle(pen,14,66,50,40);
Bitmap bitmap_cat=new Bitmap(".\\picture\\22\\1 (6).gif");
g.DrawImage(bitmap_cat,14,66,50,40);
这些的参数对不对吧,重点是那个路径,试试用绝对路径,前面那个.有点没看懂,还有全角半角和空格对不对
Pen pen=new Pen(Color.Blue,2);
a.DrawRectangle(pen,14,66,50,40);
Bitmap bitmap_cat=new Bitmap(".\\picture\\22\\1 (6).gif");
g.DrawImage(bitmap_cat,14,66,50,40);
这些的参数对不对吧,重点是那个路径,试试用绝对路径,前面那个.有点没看懂,还有全角半角和空格对不对
威孚半导体技术
2024-08-19 广告
2024-08-19 广告
威孚(苏州)半导体技术有限公司是一家专注生产、研发、销售晶圆传输设备整机模块(EFEM/SORTER)及核心零部件的高科技半导体公司。公司核心团队均拥有多年半导体行业从业经验,其中技术团队成员博士、硕士学历占比80%以上,依托丰富的软件底层...
点击进入详情页
本回答由威孚半导体技术提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询