'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The black-white or 8-bit image mask.")> Public Property MaskImage As Vintasoft.Imaging.VintasoftImage
[DefaultValue(null)] [Description("The black-white or 8-bit image mask.")] public Vintasoft.Imaging.VintasoftImage MaskImage { get; set; }
[DefaultValue(null)] [Description("The black-white or 8-bit image mask.")] public: __property Vintasoft.Imaging.VintasoftImage* get_MaskImage(); public: __property void set_MaskImage(
Vintasoft.Imaging.VintasoftImage* value
);
[DefaultValue(null)] [Description("The black-white or 8-bit image mask.")] public:
property Vintasoft.Imaging.VintasoftImage^ MaskImage { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }
Property Value
Черно-белая или 8-битная маска изображения, используемая для генерации нового изображения. Поддерживаемые форматы: BlackWhite и Gray8.