c# picturebox 画图,为什么画出来的只有一个我想要的方块?谢谢!
Form的PictureBox的Paint事件中的代码:picture.ShowPicture(e.Graphics);一个类中的代码publicvoidShowPict...
Form的PictureBox的Paint事件中的代码:picture.ShowPicture(e.Graphics);
一个类中的代码public void ShowPicture(Graphics gp)
{
GetTableFromDB();
for (int i = 0; i < rectangles.Count; i++)
{
rectangles[i].ShowInPicBox(gp);
}
}
另一个类中的代码public void ShowInPicBox(Graphics gp)
{
gp.FillRectangle(new SolidBrush(s颜色), s起始点.X, s起始点.Y, s大小.Width, s大小.Height);
} 展开
一个类中的代码public void ShowPicture(Graphics gp)
{
GetTableFromDB();
for (int i = 0; i < rectangles.Count; i++)
{
rectangles[i].ShowInPicBox(gp);
}
}
另一个类中的代码public void ShowInPicBox(Graphics gp)
{
gp.FillRectangle(new SolidBrush(s颜色), s起始点.X, s起始点.Y, s大小.Width, s大小.Height);
} 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询