VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Filters Namespace / GaussianBlurCommand Class / GaussianBlurCommand Constructors / GaussianBlurCommand Constructor(Int32,Double)
Синтаксис Требования Смотрите также
В этом разделе
    GaussianBlurCommand Constructor(Int32,Double)
    В этом разделе
    Инициализирует новый экземпляр класса GaussianBlurCommand.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal windowSize
    Размер окна фильтра.
    As System.Int32, _
    ByVal sigma
    распределение Гаусса.
    As Double _
    )
    public GaussianBlurCommand(
    System.Int32 windowSize,
    double sigma
    )
    public: GaussianBlurCommand(
    System.Int32 windowSize,
    double sigma
    )
    public:
    GaussianBlurCommand(
    System.Int32 windowSize,
    double sigma
    )

    Parameters

    windowSize
    Размер окна фильтра.
    sigma
    распределение Гаусса.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также