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