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