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