Categorized functions: Drawing primitives
Functions for simple drawing.
| Name | Description | 
|---|---|
| Arc | Draw an arc | 
| Circle | Draw a complete circle | 
| DrawPoly | Draw a polygon with N points | 
| Ellipse | Draw an ellipse | 
| GetArcCoords | Get arc coordinates | 
| GetLineSettings | Get current line drawing settings | 
| Line | Draw line between 2 points | 
| LineRel | Draw line relative to current position | 
| LineTo | Draw line from current position to absolute position | 
| MoveRel | Move cursor relative to current position | 
| MoveTo | Move cursor to absolute position | 
| PieSlice | Draw a pie slice | 
| PutPixel | Draw 1 pixel | 
| Rectangle | Draw a non-filled rectangle | 
| Sector | Draw a sector | 
| SetLineStyle | Set current line drawing style |