ELLIPSE
Syntax
ELLIPSE(<win>,<X>,<Y>,<maj>,<min>,<ang>,<col>)
Description
Draws an ellipse outline in <win> with the top-left of the bounding box at <X>, <Y> and the lengths of the major and minor axes in <maj> and <min> respectively. <ang> is the angle of the ellipse from the horizontal. 24-bit colours are of the format: &BBGGRR00, eg. &FF00FF00 is magenta.