'Declaration <DescriptionAttribute("Image (picture and graphics) regions on a source image.")> Public Property ImageRegions As Rectangle()
[Description("Image (picture and graphics) regions on a source image.")] public Rectangle[] ImageRegions {get; set;}
[Description("Image (picture and graphics) regions on a source image.")] public: __property Rectangle[]* get_ImageRegions(); public: __property void set_ImageRegions( Rectangle[][]* value );
[Description("Image (picture and graphics) regions on a source image.")] public: property array<Rectangle>^ ImageRegions { array<Rectangle>^ get(); void set ( array<Rectangle>^ value); }
Property Value
null - image regions on a source image are not specified and must be detected with ImageSegmentation command; not null - image regions on a source image.Default value is null.