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: 19.00.00
Syntax
C#
Bitmap RequestSnapshot(
	IRenderer renderer,
	bool transparentBackground
)

Parameters

renderer  IRenderer
The renderer to request a render for.
transparentBackground  Boolean
Render with a transparent background.

Return Value

Bitmap
A bitmap of the render.
See Also