VBDRAW

所属分类:单片机开发
开发工具:Visual Basic
文件大小:2KB
下载次数:4
上传日期:2013-11-20 09:50:15
上 传 者朗朗
说明:  VB函数画图形的源码示例,生成图形的VB绘图实例,设置Picture1控件使其中心点坐标为(0,0),Picture1.Cls清除其他图形,以下三行VB代码实现在Picture1中绘制黑色的水平坐标轴和垂直坐标轴。   Picture1.ForeColor = &H0   Picture1.Line (-300, 0)-(300, 0)   Picture1.Line (0, 300)-(0, -300)   开始绘制白色函数图形
(The VB function to draw graphics source code examples, generated graphics VB Graphics instance, set the Picture1 control so that its center point coordinates (0,0), Picture1.Cls remove other graphics, the following three lines of VB code in Picture1 drawing black horizontal axis and vertical axis. Picture1.ForeColor = & H0 Picture1.Line (-300, 0)- (300, 0) Picture1.Line (0, 300)- (0,-300) To draw a white function graph)

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

近期下载者

相关文件


收藏者