Table of Contents

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

path string
fileSize int

Properties

FileSize

public int FileSize { get; }

Property Value

int

Path

public string Path { get; }

Property Value

string

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

Returns

SavedImageInfo