Click or drag to resize
SoWinRenderAreaGetAntialiasing Method

Note: This API is now obsolete.

Gets the antialiasing used for rendering.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[ObsoleteAttribute("Use method OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingParameters() to get this information.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetAntialiasing(
	out bool smoothing,
	out int numPasses
)

Parameters

smoothing
Type: SystemBoolean
numPasses
Type: SystemInt32
Remarks

Obsoletesince Open Inventor 9100. Use method OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingParameters() to get this information.

See Also