Click or drag to resize

IRenderSceneManagerRequestSnapshot Method

Request a render of the specified renderer and return a bitmap of the render.

Namespace:  Demo3D.Renderers
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
Bitmap RequestSnapshot(
	IRenderer renderer,
	bool transparentBackground
)

Parameters

renderer
Type: IRenderer
The renderer to request a render for.
transparentBackground
Type: SystemBoolean
Render with a transparent background.

Return Value

Type: Bitmap
A bitmap of the render.
See Also