On this article we will show you how to create/draw basic shapes (that would be Circle, Triangle, Rectangle, and Square) using ASP.Net on a website. We will also set/compute the area, radius (for Circle), base(for Triangle), and some other operations that is related to a specific shape.
To get started we will create a Point2d class, this class handles the creation of X and Y coordinates.