コード例 #1
0
ファイル: SvgGenerator.cs プロジェクト: kirahan/AlgDbImageGen
 public SvgGenerator(PyraImageConfiguration configs)
 {
     Properties = new PyraImageProp(configs)
     {
         ImageSize = new Tuple <double, double>(540, 540)
     };
 }
コード例 #2
0
 public PyraImage(PyraImageConfiguration configs)
 {
     Properties = new PyraImageProp(configs);
 }