'Declaration <DescriptionAttribute("The data of the image histogram.")> <ReadOnlyAttribute(True)> Public ReadOnly Property HistogramData As System.Int32[]
[Description("The data of the image histogram.")] [ReadOnly(True)] public System.Int32[] HistogramData { get; }
[Description("The data of the image histogram.")] [ReadOnly(True)] public: __property System.Int32[] get_HistogramData();
[Description("The data of the image histogram.")] [ReadOnly(True)] public:
property System.Int32[] HistogramData { System.Int32[] get(); }