SoWinGLWidgetMakeNormalCurrent Method |
Note: This API is now obsolete.
Makes the normal rendering context the current context.
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 MakeNormalCurrent()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function MakeNormalCurrent As Boolean
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool MakeNormalCurrent()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member MakeNormalCurrent : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 8100
Use bindNormalContext and unbindNormalContext instead.
See Also