PlotWindow.SaveImage Method

Top 

Description

Saves an image of the OutputWindow to a file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

PlotWindow.SaveImage(String saveAsType, String filename)

None

Saves an image of the OutputWindow with the dimensions of 800x600 to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.

PlotWindow.SaveImage(String saveAsType, String filename, Variable width, Variable height)

None

Saves an image of the OutputWindow with the specified dimensions to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.

 

 

See also

PlotWindow Object

PlotWindow Guide