vbfundraw

所属分类:单片机开发
开发工具:Visual Basic
文件大小:1KB
下载次数:3
上传日期:2014-05-08 15:16:07
上 传 者cpudn73
说明:  B函数画图形的源码示例,生成图形的VB绘图实例,设置Picture1控件使其中心点坐标为(0,0),Picture1.Cls清除其他图形,以下三行VB代码实现在Picture1中绘制黑色的水平坐标轴和垂直坐标轴。   Picture1.ForeColor = &H0   Picture1.Line (-300, 0)-(300, 0)   Picture1.Line (0, 300)-(0, -300)   开始绘制白色函数图形
(B function source code examples drawn graphics, drawing examples VB generated graphics, Picture1 control to set the center point coordinates (0,0), Picture1.Cls remove other graphics, the following three lines of VB code to draw a black horizontal in Picture1 axis and the vertical axis. Picture1.ForeColor = & H0 Picture1.Line (-300, 0)- (300, 0) Picture1.Line (0, 300)- (0,-300) White began drawing function graphs)

文件列表:
函数图形\Form1.frm (1480, 2013-08-08)
函数图形\工程1.vbp (640, 2012-04-14)
函数图形\工程1.vbw (53, 2013-08-08)
函数图形 (0, 2013-08-08)

近期下载者

相关文件


收藏者