Cartesian Plane
The Cartesian Plane is the usual graph surface we are
taught in school.
It consists of the x and y axes.
In C#, drawing is done using the System.Drawing library.
With C#, 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 C# windows form:
The y-axis of the C# windows form is measured from
the top and increases as you move downwards.