Renders the content of the display to a bitmap with the given resolution.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Display.Controls (in Cognex.VisionPro3D.Display.Controls.dll) Version: 65.1.0.0 (65.1.0.0)
public BitmapSource RenderScene(
int width,
int height
)
public BitmapSource RenderScene(
int width,
int height
)
Public Function RenderScene (
width As Integer,
height As Integer
) As BitmapSource
Public Function RenderScene (
width As Integer,
height As Integer
) As BitmapSource
public:
BitmapSource^ RenderScene(
int width,
int height
)
public:
BitmapSource^ RenderScene(
int width,
int height
)
Return Value
Type:
BitmapSourceThe rendered content.