SoGLFormatGetDefaultOverlayFormat Method |
Note: This API is now obsolete.
Returns the default format for the overlay planes.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static SoGLFormat GetDefaultOverlayFormat()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function GetDefaultOverlayFormat As SoGLFormat
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static SoGLFormat^ GetDefaultOverlayFormat()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member GetDefaultOverlayFormat : unit -> SoGLFormat
Return Value
Type:
SoGLFormat
RemarksObsoletesince Open Inventor 9610
This feature is legacy, and no longer makes sense with current hardware.
See Also