C# Класс Accord.Controls.HistogramView

Histogram visualization control.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
InitializeComponent void
UpdateTrackbar void
onDataBind void
trackBar_ValueChanged void

Открытые методы

Метод Описание
HistogramView ( ) : System

Constructs a new instance of the HistogramView.

Reset ( ) : void

Resets custom settings for a fixed number of bins or bin width.

UpdateGraph ( string title = "Histogram" ) : void

Forces a update of the Histogram bins.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateTrackbar ( ) : void

Forces the update of the trackbar control.

onDataBind ( ) : void
trackBar_ValueChanged ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

HistogramView() публичный метод

Constructs a new instance of the HistogramView.
public HistogramView ( ) : System
Результат System

Reset() публичный метод

Resets custom settings for a fixed number of bins or bin width.
public Reset ( ) : void
Результат void

UpdateGraph() публичный метод

Forces a update of the Histogram bins.
public UpdateGraph ( string title = "Histogram" ) : void
title string
Результат void