Exemplo n.º 1
0
 // 水平翻轉
 private void button1_Click(object sender, EventArgs e)
 {
     pcxAfter = new ImgPcx(pcxOrigin);
     pcxAfter.RightSideLeft();
     pictureBox2.Image = pcxAfter.pcxImg;
 }