am绘制窗口中的多个矩形。可以在矩形列表中编辑矩形的值吗?
您可以做到这一点:
Rectangle temp = RectList[0];
temp.Width = 100;
temp.Height = 100;
temp.X = 0;
temp.Y=0;
RectList[0] = temp;