'Declaration <DescriptionAttribute("The width of the rectangular region of interest.")> Public Property Width As System.Int32
[Description("The width of the rectangular region of interest.")] public System.Int32 Width { get; set; }
[Description("The width of the rectangular region of interest.")] public: __property System.Int32 get_Width(); public: __property void set_Width(
System.Int32 value
);
[Description("The width of the rectangular region of interest.")] public:
property System.Int32 Width { System.Int32 get(); void set(System.Int32 value); }