VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Filters Namespace / GaussianBlurCommand Class / WindowSize Property
Syntax Exceptions Requirements SeeAlso
In This Topic
WindowSize Property (GaussianBlurCommand)
In This Topic
Gets or sets the window size for the filter.
Syntax
'Declaration

<DescriptionAttribute("The window size for the filter.
Valid values are from 3 to 513.")>
<DefaultValueAttribute(5)>
Public Property WindowSize As System.Int32

[Description("The window size for the filter.
Valid values are from 3 to 513.")]
[DefaultValue(5)]
public System.Int32 WindowSize { get; set; }

Property Value

Valid values are from 3 to 513. Default value is 5.
Exceptions
ExceptionDescription
Thrown if window size is negative or window size is an odd value.
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