'Declaration <DescriptionAttribute("The count, in percents, of color pixels in the image.")> Public ReadOnly Property PercentOfColorPixels As Single
[Description("The count, in percents, of color pixels in the image.")] public float PercentOfColorPixels { get; }
[Description("The count, in percents, of color pixels in the image.")] public: __property float get_PercentOfColorPixels();
[Description("The count, in percents, of color pixels in the image.")] public:
property float PercentOfColorPixels { float get(); }
Property Value
Допустимые значения: от 0 (0%) до 1 (100%).