Pinta.HistogramWidget.HistogramWidget C# (CSharp) Method

HistogramWidget() public method

public HistogramWidget ( ) : System
return System
        public HistogramWidget()
        {
            this.Build ();

            Histogram = new HistogramRgb ();
            selected = new bool[] {true, true, true};

            ExposeEvent += HandleExposeEvent;
        }