Class SavedImageInfo
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public class SavedImageInfo
- Inheritance
-
SavedImageInfo
- Inherited Members
- Extension Methods
Constructors
SavedImageInfo(string, int)
public SavedImageInfo(string path, int fileSize)
Parameters
Properties
FileSize
public int FileSize { get; }
Property Value
Path
public string Path { get; }
Property Value
Methods
ConsoleWritePath()
public void ConsoleWritePath()
LaunchFile()
public void LaunchFile()
LaunchInBrowser(double)
public void LaunchInBrowser(double refresh = 3)
Parameters
refresh
double
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
WithRenderDetails(RenderDetails)
public SavedImageInfo WithRenderDetails(RenderDetails renderDetails)
Parameters
renderDetails
RenderDetails