Ejemplo n.º 1
0
 public void FilledArc(int cx, int cy, int w, int h, int s, int e, GDColor color, int style)
 {
     GDImport.gdImageFilledArc(this.Handle, cx, cy, w, h, s, e, color, style);
 }