SoGLGraphicConfigTemplateGetFullSceneAntialiasing Method |
Returns the full-scene antialiasing preference and number of samples.
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoGraphicConfigTemplatePreferences GetFullSceneAntialiasing(
out int minFsaaBits,
out int maxFsaaBits
)
Public Function GetFullSceneAntialiasing (
<OutAttribute> ByRef minFsaaBits As Integer,
<OutAttribute> ByRef maxFsaaBits As Integer
) As SoGraphicConfigTemplatePreferences
public:
SoGraphicConfigTemplatePreferences GetFullSceneAntialiasing(
[OutAttribute] int% minFsaaBits,
[OutAttribute] int% maxFsaaBits
)
member GetFullSceneAntialiasing :
minFsaaBits : int byref *
maxFsaaBits : int byref -> SoGraphicConfigTemplatePreferences
Parameters
- minFsaaBits
- Type: SystemInt32
- maxFsaaBits
- Type: SystemInt32
Return Value
Type:
SoGraphicConfigTemplatePreferencesRemarks See Also