VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Effects Namespace / AutoColorsCommand Class / LowLimit Property
Синтаксис Требования Смотрите также
В этом разделе
    LowLimit Свойство (AutoColorsCommand)
    В этом разделе
    Возвращает или задает предел цвета в процентах для расчета черного цвета.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The color limit, in percents, for calculating the black color.r
    Minimum value is 0, maximum value is 100.")>
    <DefaultValueAttribute(0,05)>
    Public Property LowLimit As Double
    
    
    [Description("The color limit, in percents, for calculating the black color.r
    Minimum value is 0, maximum value is 100.")]
    [DefaultValue(0,05)]
    public double LowLimit { get; set; }
    
    
    [Description("The color limit, in percents, for calculating the black color.r
    Minimum value is 0, maximum value is 100.")]
    [DefaultValue(0,05)]
    public: __property double get_LowLimit();
    public: __property void set_LowLimit(
    double value
    );
    [Description("The color limit, in percents, for calculating the black color.r
    Minimum value is 0, maximum value is 100.")]
    [DefaultValue(0,05)]
    public:
    property double LowLimit { double get(); void set(double value); }

    Property Value

    Действительные значения от 0 до 100 (%). Значение по умолчанию - 0,05 (%).
    Требования

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

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