SoWinGLWidgetIsFsaaSupported Method |
Note: This API is now obsolete.
Obsoletesince Open Inventor 8100.
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("Method has been renamed. Use isFullSceneAntialiasingAvailable..")]
public bool IsFsaaSupported()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Method has been renamed. Use isFullSceneAntialiasingAvailable..")>
Public Function IsFsaaSupported As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Method has been renamed. Use isFullSceneAntialiasingAvailable..")]
bool IsFsaaSupported()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Method has been renamed. Use isFullSceneAntialiasingAvailable..")>]
member IsFsaaSupported : unit -> bool
Return Value
Type:
Boolean
Remarks
Method has been renamed. Use isFullSceneAntialiasingAvailable..
See Also