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

Last Updated: 29 November, 2022