C# Class Pinta.HistogramWidget

Exibir arquivo Open project: xxgreg/Pinta

Private Properties

Property Type Description
CheckPoint void
DrawChannel void
DrawHistogram void
HandleExposeEvent void

Public Methods

Method Description
HistogramWidget ( ) : System
ResetHistogram ( ) : void
SetSelected ( int channel, bool val ) : void

Private Methods

Method Description
CheckPoint ( Rectangle rect, PointD point ) : void
DrawChannel ( Context g, ColorBgra color, int channel, long max, float mean ) : void
DrawHistogram ( Context g ) : void
HandleExposeEvent ( object o, Gtk args ) : void

Method Details

HistogramWidget() public method

public HistogramWidget ( ) : System
return System

ResetHistogram() public method

public ResetHistogram ( ) : void
return void

SetSelected() public method

public SetSelected ( int channel, bool val ) : void
channel int
val bool
return void