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

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