当前位置: > Private Sub Command1_Click() Dim x As Single,y As Single Picture1.Circle (0,0),80,RGB(255,0,0)...
题目
Private Sub Command1_Click() Dim x As Single,y As Single Picture1.Circle (0,0),80,RGB(255,0,0)
Private Sub Command1_Click()
Dim x As Single,y As Single
Picture1.Circle (0,0),80,RGB(255,0,0)
Picture1.FillStyle = 0:Picture1.FillColor = vbYellow
Picture1.Circle (Picture1.ScaleLeft + Picture1.ScaleWidth / 2,Picture1.ScaleTop + Picture1.ScaleHeight / 2),40,RGB(0,0,255)
Picture1.FillColor = vbGreen
For x = -60 To 60 Step 0.01
y = Sqr(3600 - x * x)
Picture1.PSet (x,y),RGB(0,255,0)
Picture1.PSet (x,-y),RGB(0.255,0)
Next x
End Sub
Private Sub Form_Load()
Picture1.Width = Picture1.Height
Picture1.Scale (-100,100)-(100,-100)
End Sub
错误提示必选参数,哪里错 了呀.

提问时间:2021-04-01

答案
Picture1.PSet (x,-y),RGB(0.255,0),这一行出错了,把(0.255,0)中第一零后的点改成逗成(,)就行了
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.