VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / ImageSegmentationCommand Class / WindowSize Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    WindowSize Property (ImageSegmentationCommand)
    In This Topic
    Gets or sets a window size of the command.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A window size of the command.
    Valid value is any value more than 0.")>
    <DefaultValueAttribute(7)>
    Public Property WindowSize As System.Int32
    
    
    [Description("A window size of the command.
    Valid value is any value more than 0.")]
    [DefaultValue(7)]
    public System.Int32 WindowSize { get; set; }
    
    
    [Description("A window size of the command.
    Valid value is any value more than 0.")]
    [DefaultValue(7)]
    public: __property System.Int32 get_WindowSize();
    public: __property void set_WindowSize(
    System.Int32 value
    );
    [Description("A window size of the command.
    Valid value is any value more than 0.")]
    [DefaultValue(7)]
    public:
    property System.Int32 WindowSize { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Valid value is any value more than 0. Default value is 7.
    Exceptions
    ExceptionDescription
    Thrown if value is less than 1.
    Remarks

    Big value of this property will increase the command sensitivity but also will decrease the command accuracy.

    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