VB中图片缩小放大的程序问题
PrivateSubCommand1_Click()Image1.Width=Image1.Width*1.5Image1.Height=Image1.Height*1....
Private Sub Command1_Click()
Image1.Width = Image1.Width * 1.5
Image1.Height = Image1.Height * 1.5
End Sub
Private Sub Command2_Click()
Image1.Width = Image1.Width / 1.5
Image1.Height = Image1.Height / 1.5
End Sub
这是一个图片扩大缩小所用到的编辑语言,但是;具体意思是什么?为什么Image1.Width = Image1.Width * 1.5
Image1.Height = Image1.Height * 1.5
其中,等号是什么意思?为什么要用等号连接?还有;这个程序的大概意思是指它能扩大1.5倍;但是,我需要的是它的相信解释
还有Image1.Width应该怎么理解?对于这个Image1.Width = Image1.Width * 1.5
等式,我要详细的解释 展开
Image1.Width = Image1.Width * 1.5
Image1.Height = Image1.Height * 1.5
End Sub
Private Sub Command2_Click()
Image1.Width = Image1.Width / 1.5
Image1.Height = Image1.Height / 1.5
End Sub
这是一个图片扩大缩小所用到的编辑语言,但是;具体意思是什么?为什么Image1.Width = Image1.Width * 1.5
Image1.Height = Image1.Height * 1.5
其中,等号是什么意思?为什么要用等号连接?还有;这个程序的大概意思是指它能扩大1.5倍;但是,我需要的是它的相信解释
还有Image1.Width应该怎么理解?对于这个Image1.Width = Image1.Width * 1.5
等式,我要详细的解释 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询