'Declaration <DefaultValueAttribute(5)> <DescriptionAttribute("The accuracy of approximating image region using rectangles. Valid value is any value more than 1.")> Public Property RectangleAccuracy As System.Int32
[DefaultValue(5)] [Description("The accuracy of approximating image region using rectangles. Valid value is any value more than 1.")] public System.Int32 RectangleAccuracy { get; set; }
[DefaultValue(5)] [Description("The accuracy of approximating image region using rectangles. Valid value is any value more than 1.")] public: __property System.Int32 get_RectangleAccuracy(); public: __property void set_RectangleAccuracy(
System.Int32 value
);
[DefaultValue(5)] [Description("The accuracy of approximating image region using rectangles. Valid value is any value more than 1.")] public:
property System.Int32 RectangleAccuracy { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимое значение - любое значение больше 2. Значение по умолчанию - 5.