Click or drag to resize
SoOffscreenRendererGetDC Method

<font color="#0000FF">[Windows only] This method has no effect on UNIX systems.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SbDeviceContext GetDC()

Return Value

Type: SbDeviceContext
Remarks

</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.

See Also