'Declaration <DescriptionAttribute("The Y coordinate of the left top corner of the rectangular region of interest.")> Public Property Y As System.Int32
[Description("The Y coordinate of the left top corner of the rectangular region of interest.")] public System.Int32 Y { get; set; }
[Description("The Y coordinate of the left top corner of the rectangular region of interest.")] public: __property System.Int32 get_Y(); public: __property void set_Y(
System.Int32 value
);
[Description("The Y coordinate of the left top corner of the rectangular region of interest.")] public:
property System.Int32 Y { System.Int32 get(); void set(System.Int32 value); }