VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Color Namespace / SetAlphaChannelMaskCommand Class / Mask Property
Синтаксис Требования Смотрите также
В этом разделе
    Mask Свойство (SetAlphaChannelMaskCommand)
    В этом разделе
    Возвращает или задает маску изображения с разрешением 1 или 8 бит на пиксель для альфа-канала.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A 1- or 8-bpp image mask for the alpha channel.")>
    <DefaultValueAttribute(null)>
    Public Property Mask As Vintasoft.Imaging.VintasoftImage
    
    
    [Description("A 1- or 8-bpp image mask for the alpha channel.")]
    [DefaultValue(null)]
    public Vintasoft.Imaging.VintasoftImage Mask { get; set; }
    
    
    [Description("A 1- or 8-bpp image mask for the alpha channel.")]
    [DefaultValue(null)]
    public: __property Vintasoft.Imaging.VintasoftImage* get_Mask();
    public: __property void set_Mask(
    Vintasoft.Imaging.VintasoftImage* value
    );
    [Description("A 1- or 8-bpp image mask for the alpha channel.")]
    [DefaultValue(null)]
    public:
    property Vintasoft.Imaging.VintasoftImage^ Mask { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }
    Требования

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

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