VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Filters Namespace / GaussianBlurCommand Class / Sigma Property
Syntax Requirements SeeAlso
In This Topic
Sigma Property (GaussianBlurCommand)
In This Topic
Gets or sets a Gaussian distribution.
Syntax
'Declaration

<DescriptionAttribute("A Gaussian distribution.
Valid values are from 0.6 to 2.4.")>
<DefaultValueAttribute(0,8333333333333334)>
Public Property Sigma As Double

[Description("A Gaussian distribution.
Valid values are from 0.6 to 2.4.")]
[DefaultValue(0,8333333333333334)]
public double Sigma { get; set; }

Property Value

Valid values are from 0.6 to 2.4. Default value is 0.833.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also