VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / HasCertainColorCommandResult Class / HasColor Property
Синтаксис Требования Смотрите также
В этом разделе
    HasColor Свойство (HasCertainColorCommandResult)
    В этом разделе
    Возвращает значение, указывающее, имеет ли изображение цвет, указанный свойством Color.
    Синтаксис
    'Declaration
    
    <ReadOnlyAttribute(True)>
    <DescriptionAttribute("Indicates whether the image has the specified color.")>
    Public ReadOnly Property HasColor As Boolean
    
    
    [ReadOnly(True)]
    [Description("Indicates whether the image has the specified color.")]
    public bool HasColor { get; }
    
    
    [ReadOnly(True)]
    [Description("Indicates whether the image has the specified color.")]
    public: __property bool get_HasColor();
    
    
    
    [ReadOnly(True)]
    [Description("Indicates whether the image has the specified color.")]
    public:
    property bool HasColor { bool get(); }

    Property Value

    true - изображение имеет цвет, заданный свойством Color; false - изображение не имеет цвета, указанного свойством Color.
    Требования

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

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