C# 클래스 Pinta.HistogramWidget

파일 보기 프로젝트 열기: xxgreg/Pinta

Private Properties

프로퍼티 타입 설명
CheckPoint void
DrawChannel void
DrawHistogram void
HandleExposeEvent void

공개 메소드들

메소드 설명
HistogramWidget ( ) : System
ResetHistogram ( ) : void
SetSelected ( int channel, bool val ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

HistogramWidget() 공개 메소드

public HistogramWidget ( ) : System
리턴 System

ResetHistogram() 공개 메소드

public ResetHistogram ( ) : void
리턴 void

SetSelected() 공개 메소드

public SetSelected ( int channel, bool val ) : void
channel int
val bool
리턴 void