0
Answer

picturebox scale in .NET

Photo of Alessandro Pluchino

Alessandro Pluchino

18y
6.7k
1
hi all, I want to scale a picturebox to be 630px width and 530px height.I did it with following instruction: PictureBox1.Scale(new SizeF(630,530)) But when I run my application, it doesn't have such scale. In VB6 it worked out just perfect. Do I forget something ?

Answers (0)