Exemplo n.º 1
0
 public static FileInfo ToPNG(this IPlotModel Model, string FilePath, int Width = 800, int Height = 600, double Resolution = 96) =>
 Model.ToPNG(new FileInfo(FilePath), Width, Height, Resolution);