SoWinGLWidgetGetOverlayDC Method |
Note: This API is now obsolete.
Returns the overlay device context (which is needed for SbGlContextHelper.makeCurrent).
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SbDeviceContext GetOverlayDC()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetOverlayDC As SbDeviceContext
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SbDeviceContext GetOverlayDC()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetOverlayDC : unit -> SbDeviceContext
Return Value
Type:
SbDeviceContext
RemarksObsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also