API Reference > imodeljs-frontend > Views > ViewManager > setAntialiasingAllViews setAntialiasingAllViews Method The number of antialiasing samples to be used when rendering the contents of all viewports registered with the ViewManager. Must be an integer greater than zero. A value of 1 means antialiasing is disabled. A higher number of samples correlates generally to a higher quality image but is also more demanding on the graphics hardware. This setting will also be applied to subsequently-registered viewports. setAntialiasingAllViews(numSamples: number): void Parameter Type Description numSamples number Returns - void Defined in core/frontend/src/ViewManager.ts Line 603 Last Updated: 11 June, 2024