Exemplo n.º 1
0
 public SvgGenerator(PyraImageConfiguration configs)
 {
     Properties = new PyraImageProp(configs)
     {
         ImageSize = new Tuple <double, double>(540, 540)
     };
 }
Exemplo n.º 2
0
 public PyraImageProp(PyraImageConfiguration configs)
     : base(configs)
 {
     AddColorScheme(configs.ColorScheme);
 }
Exemplo n.º 3
0
 public PyraImage(PyraImageConfiguration configs)
 {
     Properties = new PyraImageProp(configs);
 }