Пример #1
0
 public void DrawEllipse(Pen pen, int x, int y, int width, int height)
 {
     LibIGraph.DrawEllipse_Ints(this.native, pen.native, x, y, width, height);
 }