VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / IsImageGrayscaleCommandResult Class / MaxPercentOfColorPixels Property
Синтаксис Требования Смотрите также
В этом разделе
    MaxPercentOfColorPixels Свойство (IsImageGrayscaleCommandResult)
    В этом разделе
    Возвращает максимально допустимое количество цветных пикселей в изображении в процентах.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The maximum allowable count, in percents, of color pixels in the image.
    Valid values are from 0 (0%) to 1 (100%).")>
    Public ReadOnly Property MaxPercentOfColorPixels As Single
    
    
    [Description("The maximum allowable count, in percents, of color pixels in the image.
    Valid values are from 0 (0%) to 1 (100%).")]
    public float MaxPercentOfColorPixels { get; }
    
    
    [Description("The maximum allowable count, in percents, of color pixels in the image.
    Valid values are from 0 (0%) to 1 (100%).")]
    public: __property float get_MaxPercentOfColorPixels();
    
    
    
    [Description("The maximum allowable count, in percents, of color pixels in the image.
    Valid values are from 0 (0%) to 1 (100%).")]
    public:
    property float MaxPercentOfColorPixels { float get(); }

    Property Value

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

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

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