Hi Folks,

We have a function like PictureBox.Scale(x1,y1)-(x2,y2) which scales the picturebox between the specified coordinates. Can any one tell me what is the equivalent of this in VB.net?

My VB6 code is

FrmTestData.DefInstance.Picture1.Scale (0, 1024) - (2048, 0)

What is its equivalent in VB.NET?

Thanks in advance

Ken