以下程序段,图形框运行后的效果为( )PrivateSubImage1_Click()Image1.Move(Form1.ScaleWi

4 查阅

以下程序段,图形框运行后的效果为( )

PrivateSubImage1_Click()

Image1.Move(Form1.ScaleWidth-Image1.Width)\2,(Form1.ScaleHeight-

Image1.Height)\2,Image1.Width\2,Image1.Height\2

EndSub

A.单击图形框,移动图形框起始点到窗体中心位置,图形大小不改变

B.单击图形框,移动图形框起始点到窗体中心位置,图形宽度改变为原来1/4

C.单击图形框,移动图形框起始点到窗体中心位置,图形宽度改变为原来1/2

D.以上说法都不正确

参考答案:

C

计算机二级