usingMaths.com
Demonstrating and showing pupils and students one application of Mathematics.







<< PreviousNext >>

Graphs like Visual Basic Drawing Components



Cartesian Plane

The Cartesian Plane is the usual graph surface we are taught in school.
It consists of the x and y axes.

In Visual Basic.Net, drawing is done using the System.Drawing library.

With Visual Basic.Net, drawing is usually done in the paint method of a window form or picture box.

However, there is a subtle difference between the way we use graphs and the Visual Basic form:
The y-axis of the Visual Basic form is measured from the top and increases as you move downwards.

Graph/Canvas  Comparism











<< PreviousNext >>