コード例 #1
0
ファイル: GD.cs プロジェクト: ststeiger/GdCaptcha
 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);
 }