RenderAreaSourceGetAntialiasingQuality Method |
Gets the antialiasing quality value.
Namespace: OIV.Inventor.ViewerComponents.Wpf.RenderAreasAssembly: OIV.Inventor.ViewerComponents.Wpf (in OIV.Inventor.ViewerComponents.Wpf.dll) Version: 2025.1.0.Release.2a081733c801ebf47c3d8b921bce5efef34a062d
Syntaxpublic float GetAntialiasingQuality()
Public Function GetAntialiasingQuality As Single
public:
virtual float GetAntialiasingQuality() sealed
abstract GetAntialiasingQuality : unit -> float32
override GetAntialiasingQuality : unit -> float32
Return Value
Type:
SingleThe antialiasing quality, factor in the range [0.0,1.0].
Implements
SiRenderAreaAntialiasingGetAntialiasingQuality
See Also