| BlurMaxNumberOfSamples Property |
Gets the maximum number of samples that are supported.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public int MaxNumberOfSamples { get; }
Public ReadOnly Property MaxNumberOfSamples As Integer
Get
public:
property int MaxNumberOfSamples {
int get ();
}
member MaxNumberOfSamples : int with get
Property Value
Type:
Int32The maximum number of samples.
Remarks See Also