VintaSoft Imaging .NET SDK 12.4: 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; }
    
    
    [Description("A Gaussian distribution.
    Valid values are from 0.6 to 2.4.")]
    [DefaultValue(0,8333333333333334)]
    public: __property double get_Sigma();
    public: __property void set_Sigma(
    double value
    );
    [Description("A Gaussian distribution.
    Valid values are from 0.6 to 2.4.")]
    [DefaultValue(0,8333333333333334)]
    public:
    property double Sigma { double get(); void set(double value); }

    Property Value

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

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

    See Also