There is not a square(use rectangle) or circle(use ellipse)
function but take a look in the graphics class. DrawArc, DrawEllipse,
DrawBezier, DrawCurve, DrawPie, DrawRectangle, etc.
I know about draws... I was wandering if I can create some really true
shapes and if there are methods to return various properties as area,
radius, circle length etc... Seems that I haev to do it myself