Form FlowsheetSave PFDScreenshot To PNG 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void SavePFDScreenshotToPNG(
string pngfilepath
)VB
Public Sub SavePFDScreenshotToPNG (
pngfilepath As String
)Parameters
- pngfilepath String
- The full file path where the PNG image will be written.