'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The maximum count, in percents, of color pixels in image. Valid values are from 0 (0%) to 1 (100%).")> Public Property MaxPercentOfColorPixels As Single
[DefaultValue(0)] [Description("The maximum count, in percents, of color pixels in image. Valid values are from 0 (0%) to 1 (100%).")] public float MaxPercentOfColorPixels { get; set; }
[DefaultValue(0)] [Description("The maximum count, in percents, of color pixels in image. Valid values are from 0 (0%) to 1 (100%).")] public: __property float get_MaxPercentOfColorPixels(); public: __property void set_MaxPercentOfColorPixels(
float value
);
[DefaultValue(0)] [Description("The maximum count, in percents, of color pixels in image. Valid values are from 0 (0%) to 1 (100%).")] public:
property float MaxPercentOfColorPixels { float get(); void set(float value); }
Property Value
Действительные значения: от 0 (0%) до 1 (100%). Значение по умолчанию - 0 (0%).