Drawing Ellipse and Circle in VB 2012

It is easy to draw ellipse and circle in Visual Basic 2012. First of all, we need to create a Rectangle object. This rectangle serves as a bounding rectangle for the ellipse. Next, we use the DrawEllipse method to finish the job. On the other hand, we can also draw an ellipse with the DrawEllipse method without first creating a rectangle.

Read More……………