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

    Property Value

    True - альфа-канал цвета должен учитываться;
    False - альфа-канал цвета НЕ должен учитываться.
    Значение по умолчанию - True.
    Требования

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

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