beginPolygon
fn
void beginPolygon() nothrow @nogcBegins a filled polygon path.
Use vertex() to add points, then endPolygon() to draw filled.
void beginPolygon() nothrow @nogcBegins a filled polygon path.
Use vertex() to add points, then endPolygon() to draw filled.