C# PictureBox KULLANIMI
C# PictureBox KULLANIMI
pictureBox1.Image = Image.FromFile("C:\\denemeResim.jpg");
pictureBox1.ImageLocation = "resmınwebadresı";
pictureBox1.ImageLocation = "resim.jpg";
pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;