Introduction - If you have any usage issues, please Google them yourself
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