| SaoFilterRadius Property |
Gets or sets the sample radius in world space units.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Radius { get; set; }
Public Property Radius As Single
Get
Set
public:
property float Radius {
float get ();
void set (float value);
}
member Radius : float32 with get, set
Property Value
Type:
SingleThe sample radius in world space units. The default value is 0.5.
See Also