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