'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("A 1- or 8-bpp image mask for the alpha channel.")> Public Property Mask As Vintasoft.Imaging.VintasoftImage
[DefaultValue(null)] [Description("A 1- or 8-bpp image mask for the alpha channel.")] public Vintasoft.Imaging.VintasoftImage Mask { get; set; }
[DefaultValue(null)] [Description("A 1- or 8-bpp image mask for the alpha channel.")] public: __property Vintasoft.Imaging.VintasoftImage* get_Mask(); public: __property void set_Mask(
Vintasoft.Imaging.VintasoftImage* value
);
[DefaultValue(null)] [Description("A 1- or 8-bpp image mask for the alpha channel.")] public:
property Vintasoft.Imaging.VintasoftImage^ Mask { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }