Click or drag to resize
SoRenderAreaCoreSetStillSuperSamplingDelay Method

Set delay for supersampling when "still" (not interacting).

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void SetStillSuperSamplingDelay(
	uint delay
)

Parameters

delay
Type: SystemUInt32

The delay is in milliseconds. If greater than 0, images will be supersampled after the specified delay See also setStillSuperSamplingQuality.

Implements

SiRenderAreaStillSuperSamplingSetStillSuperSamplingDelay(UInt32)
Remarks

If greater than 0, images will be supersampled after the specified delay.

See Also