IRenderManagerTryGetSnapshot Method |
Request a snapshot from the desired renderer.
Namespace: Demo3D.RenderersAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxbool 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
BooleanTrue if a snapshot is successfully taken.
See Also