Exemplo n.º 1
0
 public Randimg(string id, int length, ECodeType type, int width, int height)
 {
     _id       = id;
     _length   = length;
     _codeType = type;
     _width    = width;
     _height   = height;
     // the font
     _font = new Font(
         new FontFamily("Verdana"),
         8,
         FontStyle.Regular,
         GraphicsUnit.Point);
 }
Exemplo n.º 2
0
 public Randimg(string id, int length, ECodeType type, int width, int height)
 {
     _id = id;
     _length = length;
     _codeType = type;
     _width = width;
     _height = height;
     // the font
     _font = new Font(
        new FontFamily("Verdana"),
        8,
        FontStyle.Regular,
        GraphicsUnit.Point);
 }