WatchWindow.SaveImage(String, String, Variable, Variable) Method

Top 

Description

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.

 

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.

 

Method Signature

WatchWindow.SaveImage(

String saveAsType,


String filename,


Variable width,


Variable height)

 

 

Arguments

saveAsType


Description:

The type of image you wish to save.

Valid Values:

Value

Label

"BMP"

BMP

"GIF"

GIF

"JPEG"

JPEG

"PNG"

PNG

"TIFF"

TIFF

"EMF"

EMF

"PDF"

PDF

 

 

 

filename


Description:

The file to which the OutputWindow image will be saved.

 

 

width


Description:

The width of the image size.

Valid Range:

width ≥ 100

 

 

height


Description:

The height of the image size.

Valid Range:

height ≥ 100

 

 

 

Syntax

myWatchWindow1.SaveImage(myString1, myString2, myVariable1, myVariable2);

 

 

See also

WatchWindow Object

WatchWindow.SaveImage

WatchWindow Guide