文件名称:绘制*曲线(-VB绘图函数大全
文件大小:1.11MB
文件格式:PPT
更新时间:2024-05-15 03:18:01
VB VB绘图
4、绘制*曲线(258) Dim X1 as Integer, Y1 as Integer, B as Boolean Private Sub Form _MouseDown(Button as Integer, Shift as Integer, x, as Single, Y as Single) X1=X Y1=Y B=True End Sub