VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / GetUniqueColorResponseParams Class / isColorDetected Property
Syntax Requirements SeeAlso
В этом разделе
    isColorDetected Свойство (GetUniqueColorResponseParams)
    В этом разделе
    Возвращает значение, указывающее, обнаружен ли цвет.
    Синтаксис
    'Declaration
    
    Public Property isColorDetected As Boolean
    
    
    public bool isColorDetected { get; set; }
    
    
    public: __property bool get_isColorDetected();
    public: __property void set_isColorDetected(
    bool value
    );
    public:
    property bool isColorDetected { bool get(); void set(bool value); }

    Property Value

    True - цвет определен;
    False - цвет НЕ определен.
    Значение по умолчанию: False.
    Требования

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

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