コード例 #1
0
ファイル: GD.cs プロジェクト: ststeiger/GdCaptcha
 public void FilledEllipse(int cx, int cy, int w, int h, GDColor color)
 {
     GDImport.gdImageFilledEllipse(this.Handle, cx, cy, w, h, color);
 }