111,098
社区成员




Image img = pictureBox1.Image;
for (int i = 0; i < img.Width; i++)
{
for (int j = 0; j < img.Height; j++)
{
//to do...
}
}