SoRenderAreaCoreSetStillSuperSamplingDelay Method |
Set delay for supersampling when "still" (not interacting).
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void SetStillSuperSamplingDelay(
uint delay
)
Public Overridable Sub SetStillSuperSamplingDelay (
delay As UInteger
)
public:
virtual void SetStillSuperSamplingDelay(
unsigned int delay
)
abstract SetStillSuperSamplingDelay :
delay : uint32 -> unit
override SetStillSuperSamplingDelay :
delay : uint32 -> unit
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