'Declaration <DescriptionAttribute("Permitted noise level, in percents, on the border of an image. Valid values are from 0 to 100.")> <DefaultValueAttribute(0)> Public Property MaxBorderNoise As Double
[Description("Permitted noise level, in percents, on the border of an image. Valid values are from 0 to 100.")] [DefaultValue(0)] public double MaxBorderNoise { get; set; }
[Description("Permitted noise level, in percents, on the border of an image. Valid values are from 0 to 100.")] [DefaultValue(0)] public: __property double get_MaxBorderNoise(); public: __property void set_MaxBorderNoise(
double value
);
[Description("Permitted noise level, in percents, on the border of an image. Valid values are from 0 to 100.")] [DefaultValue(0)] public:
property double MaxBorderNoise { double get(); void set(double value); }
Property Value
Допустимые значения от 0 до 100. Значение по умолчанию - 0.