Cog3DDisplayV2 SaveAsImage Method (String)Cognex VisionPro 9.5
Save the content of the display into an image file with the current resolution of the display. If the filename attribute is not set, the display will show a Save File Dialog to the user so she can specify the name and location of the file to save the image to.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Display.Controls (in Cognex.VisionPro3D.Display.Controls.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax

public void SaveAsImage(
	string fileName
)

Parameters

fileName
Type: System String
The name of the file to save the content of the display to.

Implements

ICog3DDisplayV2 SaveAsImage(String)
See Also