'Declaration <DescriptionAttribute("Region of the image which should be processed by the image processing command.")> <DefaultValueAttribute(Vintasoft.Imaging.RegionOfInterest, "0, 0, 0, 0")> Public Property RegionOfInterest As RegionOfInterest
[Description("Region of the image which should be processed by the image processing command.")] [DefaultValue(Vintasoft.Imaging.RegionOfInterest, "0, 0, 0, 0")] public RegionOfInterest RegionOfInterest {get; set;}
[Description("Region of the image which should be processed by the image processing command.")] [DefaultValue(Vintasoft.Imaging.RegionOfInterest, "0, 0, 0, 0")] public: __property RegionOfInterest* get_RegionOfInterest(); public: __property void set_RegionOfInterest( RegionOfInterest* value );
[Description("Region of the image which should be processed by the image processing command.")] [DefaultValue(Vintasoft.Imaging.RegionOfInterest, "0, 0, 0, 0")] public: property RegionOfInterest^ RegionOfInterest { RegionOfInterest^ get(); void set ( RegionOfInterest^ value); }