IRenderSceneManagerRequestSnapshot Method |
Request a render of the specified renderer and return a bitmap of the render.
Namespace: Demo3D.RenderersAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
SyntaxBitmap RequestSnapshot(
IRenderer renderer,
bool transparentBackground
)
Parameters
- renderer IRenderer
- The renderer to request a render for.
- transparentBackground Boolean
- Render with a transparent background.
Return Value
BitmapA bitmap of the render.
See Also