'Declaration <DescriptionAttribute("The image (picture and graphics) regions on a source image.")> Public Property ImageRegions As System.Drawing.Rectangle
[Description("The image (picture and graphics) regions on a source image.")] public System.Drawing.Rectangle ImageRegions { get; set; }
[Description("The image (picture and graphics) regions on a source image.")] public: __property System.Drawing.Rectangle* get_ImageRegions(); public: __property void set_ImageRegions(
System.Drawing.Rectangle*[]* value
);
[Description("The image (picture and graphics) regions on a source image.")] public:
property System.Drawing.Rectangle^ ImageRegions { System.Drawing.Rectangle^ get(); void set(array<System.Drawing.Rectangle^>^ value); }
Property Value
null - области изображения в исходном изображении не указаны и должны быть обнаружены с помощью команды ImageSegmentation; not null - области исходного изображения.
Значение по умолчанию - null.
Значение по умолчанию - null.