Beispiel #1
0
 public void Arc(int cx, int cy, int w, int h, int s, int e, GDColor color)
 {
     GDImport.gdImageArc(this.Handle, cx, cy, w, h, s, e, color);
 }