pie
fn
void pie(int x, int y, int w, int h, double a1, double a2) nothrow @nogcDraws a filled pie slice.
Similar to arc() but fills the region.
Parameters
x | X of bounding box |
y | Y of bounding box |
w | Width of bounding box |
h | Height of bounding box |
a1 | Start angle in degrees |
a2 | End angle in degrees Example: |