FigureBase.saveToFile

Convenience function that infers the type from the filename extenstion and defaults to .png if no valid file format extension is found.

  1. void saveToFile(string filename, string type, double width = 0, double height = 0)
  2. void saveToFile(string filename, double width = 0, double height = 0)
    class FigureBase
    void
    saveToFile
    (
    string filename
    ,
    double width = 0
    ,
    double height = 0
    )

Meta