SoWinGLWidgetSwapOverlayBuffers Method |
Note: This API is now obsolete.
Swaps the overlay front and back buffers.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool SwapOverlayBuffers()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function SwapOverlayBuffers As Boolean
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool SwapOverlayBuffers()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SwapOverlayBuffers : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also