|
-
Nov 21st, 2003, 06:56 PM
#1
Thread Starter
New Member
PictureBox Scaling - conversion problem from VB6 to VB.NET
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|