EllipsePart()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
KuschelTeddy82
New User
New User
Posts: 9
Joined: Thu Jul 10, 2003 3:13 pm
Location: Germany

EllipsePart()

Post by KuschelTeddy82 »

It would be nice if we could get EllipsePart() or something. In nearly all basic languages you can choose optionally a start- and endpoint for the ellipse, so that you can draw a quarter ellipse or a half or something between. It could look like this: EllipsePart(x, y, radiusX, radiusY, start°, end° [,color])
:wink:

If you choose negative start or end-points the points just will be connectet with the center of the ellipse.