C# 클래스 Accord.Controls.HistogramEventArgs

Arguments of histogram events.
상속: System.EventArgs
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
HistogramEventArgs ( int pos ) : System

Initializes a new instance of the HistogramEventArgs class.

HistogramEventArgs ( int min, int max ) : System

Initializes a new instance of the HistogramEventArgs class.

메소드 상세

HistogramEventArgs() 공개 메소드

Initializes a new instance of the HistogramEventArgs class.
public HistogramEventArgs ( int pos ) : System
pos int Histogram's index under mouse pointer.
리턴 System

HistogramEventArgs() 공개 메소드

Initializes a new instance of the HistogramEventArgs class.
public HistogramEventArgs ( int min, int max ) : System
min int Min histogram's index in selection.
max int Max histogram's index in selection.
리턴 System