level 5
喵喵看见你了
楼主
“ PictureBox1.Image = My.Resources.MyPictureName2 ”
和
“ If Me.BackgroundImageLayout = ImageLayout.Stretch Then Me.BackgroundImageLayout = ImageLayout.Center
Else
Me.BackgroundImageLayout = ImageLayout.Stretch
End If ”
MSDN里关于‘PictureBox 控件显示图片’和‘窗体的BackgroundImage与BackgroundImageLayout属性’的讲解
这两段里的‘ My. ’和‘ Me. ’分别代表什么?
2013年08月22日 11点08分
1
和
“ If Me.BackgroundImageLayout = ImageLayout.Stretch Then Me.BackgroundImageLayout = ImageLayout.Center
Else
Me.BackgroundImageLayout = ImageLayout.Stretch
End If ”
MSDN里关于‘PictureBox 控件显示图片’和‘窗体的BackgroundImage与BackgroundImageLayout属性’的讲解
这两段里的‘ My. ’和‘ Me. ’分别代表什么?