FormFlowsheetSavePFDScreenshotToPNG Method

Renders the current flowsheet surface to a PNG image file at the given path.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void SavePFDScreenshotToPNG(
	string pngfilepath
)

Parameters

pngfilepath  String
The full file path where the PNG image will be written.

Implements

IFlowsheetSavePFDScreenshotToPNG(String)

See Also