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