Static Sub Circle ( X As Integer, Y As Integer, Radius As Integer [ , Start As Float, End As Float ] )
Draw a circle or a pie.
X, Y : circle center.
Radius : circle radius.
Start is the start angle, in radians.
End is the end angle, in radians.