Click or drag to resize
DigitalRuneBlurMaxNumberOfSamples Property
Gets the maximum number of samples that are supported.

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

Property Value

Type: Int32
The maximum number of samples.
Remarks
This constant value determines the length of the arrays Offsets and Weights, and the max. allowed NumberOfSamples.
See Also