VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Color Namespace / SetAlphaChannelMaskCommand Class / Mask Property
Syntax Requirements SeeAlso
In This Topic
    Mask Property (SetAlphaChannelMaskCommand)
    In This Topic
    Gets or sets a 1- or 8-bpp image mask for the alpha channel.
    Syntax
    '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); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also