예제 #1
0
파일: Graphics.cs 프로젝트: sbarisic/Kernel
 public void DrawEllipse(Pen pen, int x, int y, int width, int height)
 {
     LibIGraph.DrawEllipse_Ints(this.native, pen.native, x, y, width, height);
 }