Exemplo n.º 1
0
 public void ColorTransparent(GDColor color)
 {
     GDImport.gdImageColorTransparent(this.Handle, color);
 }