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