Click or drag to resize

IRenderManagerTryGetSnapshot Method

Request a snapshot from the desired renderer.

Namespace: Demo3D.Renderers
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
bool TryGetSnapshot(
	IRenderer renderer,
	bool syncScene,
	bool transparentBackground,
	out Bitmap?? result
)

Parameters

renderer  IRenderer
The renderer to snapshot.
syncScene  Boolean
Sync the scene before rendering.
transparentBackground  Boolean
Render with a transparent background.
result  Bitmap
The snapshot.

Return Value

Boolean
True if a snapshot is successfully taken.
See Also