C#找不到类型或命名空间名称

usingSystem;usingSystem.Drawing;usingSystem.Collections;usingSystem.ComponentModel;us... using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace WindowsApplication1
{public class Form1 : System.Windows.Forms.Form
{private System.Windows.Forms.Button button1;
private System.ComponentModel.Container components = null;
public Form1()
{InitializeComponent();}
protected override void Dispose( bool disposing )
{if( disposing )
{if (components != null)
{components.Dispose();}
}base.Dispose( disposing );}
[STAThread]
static void Main()
{Application.Run(new Form1());}
private void button1_Click(object sender, System.EventArgs e)
{Graphics g=this.CreateGraphics();
Pen p1=new Pen(Color.Red,2);
p1.DashStyle=DashStyle.DashDot;
g.DrawRectangle(p1,30,50,300,150);
Pen p2=new Pen(Color.Green,2);
p2.DashStyle=DashStyle.Dot;
g.DrawRectangle(p2,130.0f,150.0f,300.0f,250.0f);
Pen p3=new Pen(Color.Green,2);
p3.DashStyle=DashStyle.DashDot;
Rectangle re=new Rectangle(10,20,200,150);
g.DrawRectangle(p3,re);}
private void Form1_Load(object sender, System.EventArgs e)
{}}}

开始执行时提示错误:F:\Visual Studio项目\WindowsApplication1\Form1.cs(122): 找不到类型或命名空间名称“LineCap”(是否缺少 using 指令或程序集引用?)
请问,这是怎么回事?
展开
 我来答
qyokcn
2007-09-14 · 超过13用户采纳过TA的回答
知道答主
回答量:50
采纳率:0%
帮助的人:35.6万
展开全部
"怀疑你脑子也一片糨糊"

原谅亏行他把,一个不会学习的初学者.
如果半年以后,还是这样销肆哗,
劝你不要雹谈学了.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
三根鞋带
2007-09-14 · TA获得超过2260个赞
知道大有可为答主
回答量:1156
采纳率:0%
帮助的人:0
展开全部
没有格岁改式没有注释代码一片狼籍
况且贴出代码不包括LineCap.怀疑差哪你乎庆判脑子也一片糨糊
在使用LineCap的地方使用System.Drawing.Drawing2D.LineCap
或引如命名空间
using System.Drawing.Drawing2D;
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
枫牙月
2007-09-17
知道答主
回答量:1
采纳率:0%
帮助的人:0
展开全部
哎!程序集的引用,在项目里,引用,如果没有自己加个!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
rainingheart
2007-09-15 · TA获得超过509个赞
知道小有建树答主
回答量:490
采纳率:0%
帮助的人:0
展开全部
LineCap????
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友d88f3a71b
2007-09-15 · TA获得超过225个赞
知道小有建树答主
回答量:541
采纳率:0%
帮助的人:347万
展开全部
做程序的人得写好注释呀,这样大家才好看一点。初学者可能还不了解这一点吧
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
收起 更多回答(3)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式