'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); }