Cog3DDisplay RenderScene Method (Int32, Int32)Cognex VisionPro
Renders the content of the display to a bitmap with the given resolution.

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

public BitmapSource RenderScene(
	int width,
	int height
)

Return Value

Type: BitmapSource
The rendered content.
See Also