求各位大侠帮忙一道C#程序题!!!谢谢!!急!!! 5
privatevoidbutton1_Click(objectsender,EventArgse){Graphicsghs=CreateGraphics();for(in...
private void button1_Click(object sender, EventArgs e)
{
Graphics ghs = CreateGraphics();
for (int i = 1; i < 6; i++)
{
HatchStyle hs = (HatchStyle)(5 + i);
HatchBrush hb = new HatchBrush(hs, Color.White);
Rectangle rt = new Rectangle(10, 50 * i, 50 * i, 50);
ghs.FillRectangle(hb, rt);
麻烦这段麻烦各位大侠帮忙翻译下!!谢谢大家!!!越详细越好!! 展开
{
Graphics ghs = CreateGraphics();
for (int i = 1; i < 6; i++)
{
HatchStyle hs = (HatchStyle)(5 + i);
HatchBrush hb = new HatchBrush(hs, Color.White);
Rectangle rt = new Rectangle(10, 50 * i, 50 * i, 50);
ghs.FillRectangle(hb, rt);
麻烦这段麻烦各位大侠帮忙翻译下!!谢谢大家!!!越详细越好!! 展开
4个回答
展开全部
应该是填充一个矩形吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
做什么用的
追问
用HatchBrush类,绘制特定样式的图形;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
button1的Click事件,后面不知道要干嘛。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询