ICog3DDisplayV2Impl SaveAsImage Method Cognex VisionPro 9.7
Renders the contents of the display to a PNG with the given resolution.

Namespace: Cognex.VisionPro3D.Implementation.Internal
Assembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 73.0.0.0
Syntax

void SaveAsImage(
	int width,
	int height,
	string fileName
)
See Also