Click or drag to resize
DigitalRuneObjectMotionBlurNumberOfSamples Property
Gets or sets the number of samples.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float NumberOfSamples { get; set; }

Property Value

Type: Single
The number of samples. It is recommended to use an odd number of samples when using the soft-edge blur. The default value is 9.
See Also