public void FillEllipse(Brush brush, int x, int y, int width, int height) { LibIGraph.FillEllipse_Ints(this.native, brush.native, x, y, width, height); }