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