SoWinGLWidgetIsFullSceneAntialiasingHQEnabled Method |
Note: This API is now obsolete.
Returns true if the high quality mode for full-scene antialiasing (FSAA) is enabled.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingParameters() to get this information.")]
public bool IsFullSceneAntialiasingHQEnabled()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingParameters() to get this information.")>
Public Function IsFullSceneAntialiasingHQEnabled As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingParameters() to get this information.")]
bool IsFullSceneAntialiasingHQEnabled()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingParameters() to get this information.")>]
member IsFullSceneAntialiasingHQEnabled : unit -> bool
Return Value
Type:
Boolean
Remarks
See Also