SoOffscreenRendererGetDC Method |
<font color="#0000FF">[Windows only] This method has no effect on UNIX systems.
Namespace: OIV.Inventor
</font> Returns the "device context" containing the rendered image. This value is only valid after the "render" method has been called (at least once) on an instance of SoOffscreenRenderer. Standard Win32 API calls can be used to retrieve the actual bitmap (DIBsection) from this device context, to copy the bitmap into another device context, and so on. Not useful if tiled rendering was required.