Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27348

VS 2008 Scale property for picture box : for drawing images in picture box

$
0
0
InVB 6 is clear:

Code:

Code:

Picture1.scale ( -1 , -1 ) - ( 3.25 , 44 )
But in Visual Studio 2008 VB, but it is not working.

Code:

Picture1.scale ( -1 , -1 ) - ( 3.25 , 44 )
what is the Exact replacement for the above mentioned code in VB.Net.

Thanks in Advance.

Viewing all articles
Browse latest Browse all 27348

Trending Articles