执行指令“Line(200,200)–Step(500,500)”后,CurrentX=()。
执行指令“Line(200,200)–Step(500,500)”后,CurrentX=()。
相关考题:
Line(100,100)-(400,400)将在窗体中的( )画一条直线A.(200,200)到(400,400)B.(100,100)到(300,300)C.(100,100)到(500,500)D.(100,100)到(400,400)
以下命令中能够正确地画出矩形的是( )。A.line-(2500,2500)B.line-(500,500)C.line-(500,500)-(2500,2500)D.line(500,500)-(2500,2500)
line(200,200)—step(500,500)将在窗体()画一直线。 A.(200,200)到(700,700)B.(200,200)到(300,300)C.(300,300)到(500,500)D.(200,200)到(500,500)
Line(100,100)-Step(400,400)将在窗体中的( )画一条直线。 A.(200,200)到(400,400)B.(100,100)到(300,300)C.(100,100)到(500,500)D.(100,100)到(400,400)
运行以下程序后,输出的图形是 Private Sub Command1_Click( ) Line(500,500)-(1000,500) Line(750,300)-(750,700) End SubA.一条折线B.两条分离的直线段C.一个伞形图形D.一个+字形图形
Line(100,100)-Step(400,400)将在窗体中的()画一条直线。A(200,200)到(400,400)B(100,100)到(300,300)C(100,100)到(500,500)D(100,100)到(400,400)
Line(100,100)-Step(400,400)将在窗体()画一直线A、(200,200)到(400,400)B、(100,100)到(300,300)C、(100,100)到(500,500)D、(100,100)到(400,400)
假设窗体的当前坐标为(200,200),则执行语句LineStep(100,100)-Step(200,200)时,绘制的直线的终点坐标是()。A、(100,100)B、(200,200)C、(300,300)D、(500,500)
单选题假设窗体的当前坐标为(200,200),则执行语句LineStep(100,100)-Step(200,200)时,绘制的直线的终点坐标是()。A(100,100)B(200,200)C(300,300)D(500,500)
单选题You can safely step in the bight of a line().Awhen it is not under strainBif both ends are made fastCin an emergencyDat no time
单选题When possible,what is the FIRST step in fighting an engine fuel-pump fire which results from a broken fuel line?()ASecure all engine room doors,hatches,and ventsBClose the fuel line valveCCheck the spread of the fire with foamDCast the barge off the wharf
判断题Line(100,100)-(200,200),表示在坐标点(100,100)和(200,200)之间画一条红线。A对B错