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